@bemoje/is-string
Returns true if the argument is a string; false otherwise.
Version
Travis CI
Dependencies
Stats
Donate
Installation
npm install @bemoje/is-stringnpm install --save @bemoje/is-stringnpm install --save-dev @bemoje/is-string
Usage
//=> true //=> true //=> true //=> true //=> false
Tests
Uses Jest to test module functionality. Run tests to get coverage details.
npm run test