Skip to content

Mouvedia/String

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation

A bunch of cross-browser methods that extend String.

Static methods

isString

npm install --save @string/isstring
String.isString(Any)
    => Boolean

Instance methods

#has

npm install --save @string/prototype.has
String.prototype.has(String, insensitive?: !!Any)
    => Boolean,
    throws: TypeError

#insert

npm install --save @string/prototype.insert
String.prototype.insert(index: Number, String)
    => String,
    throws: TypeError

#inspect

npm install --save @string/prototype.inspect
String.prototype.inspect(String)
    => String,
    throws: TypeError

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published