@picktub/lot
@picktub/lot pick the something item which in the set(Array).
How to use
import { Lot } from '@picktub/lot';
const lot = new Lot({ set: [1, 2, 3, 4, 5] });
const picked = lot.pick({k:4})
console.log(picked);
@picktub/lot pick the something item which in the set(Array).
import { Lot } from '@picktub/lot';
const lot = new Lot({ set: [1, 2, 3, 4, 5] });
const picked = lot.pick({k:4})
console.log(picked);
npm i @picktub/lot
0
0.0.2
MIT
9.75 kB
17