Skip to content

nairihar/running-across-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Source code for the medium article.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published