node_module: over-9k
Introduction
This node module is designed to test if a value is over 9000.
Installation
npm isntall over-9kUsage
let over9000 = require('over-9k')
over9000(9001) // true
over9000(8999) // falseCredit
This code and inspiration for this library provided by reddit commentor u/bmarkovic
