1.0.0 • Published 7 years ago
not-a-string v1.0.0
not-a-string
It's not a string.
Install
$ yarn add not-a-string
Usage
const assert = require('assert');
const notAString = require('not-a-string');
assert(typeof notAString !== 'string');
License
MIT © Matthew Fernando Garcia
1.0.0
7 years ago