UNPKG

customer-segmentation

Version:

Customer segmentation according to the revenue|spend they made within the network

5 lines (3 loc) 155 B
const { customerSegment } = require("./lib/index") const behavior = customerSegment({ name: "John Doe", revenue: 2500, age: 30 }); console.log(behavior);