UNPKG

@mhyfritz/bin-data

Version:

Bin data into given number of chunks and pick a representative value for each bin.

7 lines (5 loc) 133 B
const { bin, chunk, pick } = require("../"); // FIXME: just a dummy for now... test("dummy", () => { expect(true).toBe(true); });