1.1.0 • Published 5 years ago

library-like-lodash-for-article v1.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

library-like-lodash-for-article


Library description here.

Documentation

isString() Accepts one value and checks if it's string or not. Outpute - boolean

Example

const _ = require('library-like-lodash-for-article');

console.log(_.isString(123)); // false
console.log(_.isString('123')); // true
1.1.0

5 years ago

1.0.0

6 years ago