over-9000
v9000.1.4
Published
A sufficiently large integer for defining power levels, and the like.
Downloads
2,020
Readme
Install
$ npm i over-9000
Use
import OVER_9000 from 'over-9000';
// Meanwhile, back at the ranch...
const opts = {
priority: OVER_9000
};
FAQ
1. Is this package production-safe?
Yes. This package is battle-tested for production; it has very robust test coverage and it and its dependencies are regularly vetted for security vulnerabilities.
2. How big is the number exported by this package?
No one can say for sure, but if you need a bigger number, you should probably just use Number.MAX_SAFE_INTEGER
.