This node module is designed to test if a value is over 9000.
npm isntall over-9klet over9000 = require('over-9k')
over9000(9001) // true
over9000(8999) // falseThis code and inspiration for this library provided by reddit commentor u/bmarkovic
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This node module is designed to test if a value is over 9000.
npm isntall over-9klet over9000 = require('over-9k')
over9000(9001) // true
over9000(8999) // falseThis code and inspiration for this library provided by reddit commentor u/bmarkovic