NPM package for creating distinct order numbers in a high volume distributed system.
npm i -S @luterek/orderno
npm run test
npm run lint
npm run format
import orderno from '@luterek/orderno';
orderno('2346789abcdefghjkmnpqrtuvwxyz', TimeInterval.Second, 2);
This project is licensed under the MIT License - see the LICENSE.md file for details