Skip to content

micro-js/is-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-string

Build status Git tag NPM version Code style

Check if string.

Installation

$ npm install @f/is-string

Usage

var isString = require('@f/is-string')

isString('foo') // => true

API

isString(value)

  • value - value to test

Returns: boolean

License

MIT