@picktub/lot

0.0.2 • Public • Published

@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);

Readme

Keywords

none

Package Sidebar

Install

npm i @picktub/lot

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

9.75 kB

Total Files

17

Last publish

Collaborators

  • picktubadmin