0.1.4 • Published 5 years ago
@luterek/orderno v0.1.4
orderno
NPM package for creating distinct order numbers in a high volume distributed system.
Installing
npm i -S @luterek/ordernoRunning the tests
npm run testCoding Style
npm run lint
npm run formatUsage
import orderno from '@luterek/orderno';
orderno('2346789abcdefghjkmnpqrtuvwxyz', TimeInterval.Second, 2);Authors
License
This project is licensed under the MIT License - see the LICENSE.md file for details