library-like-lodash-for-article

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i library-like-lodash-for-article

Weekly Downloads

2

Version

1.1.0

License

ISC

Unpacked Size

760 B

Total Files

3

Last publish

Collaborators

  • nairi.harutyunyan