Skip to content

Simple function to verify that something is a string.

Notifications You must be signed in to change notification settings

rojo2/is-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is string

Travis CI

import isString from "@rojo2/is-string"

isString("Hello, World!"); // true
isString(new String("Hola")); // true
isString(null); // false
isString(undefined); // false
isString(1); // false
isString({}); // false
isString([]); // false

Made with ❤️ by ROJO 2 (http://rojo2.com)

About

Simple function to verify that something is a string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published