0.1.4 • Published 4 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/orderno
Running the tests
npm run test
Coding Style
npm run lint
npm run format
Usage
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