2.0.20 • Published 4 years ago

@extra-string/is.min v2.0.20

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Check if value is string.

This is part of package extra-string.

This is browserified, minified version of @extra-string/is. It is exported as global variable string_is. CDN: unpkg, jsDelivr.

const is = require('@extra-string/is');
// is(<value>)

is('panini');
// true
is("valmiki");
// true
is(String('vyasa'));
// true
is({shakespeare: 'literature'});
// false
is(71811313518);
// false (what's this?)
is();
// false

extra-string

2.0.20

4 years ago

2.0.19

4 years ago

2.0.18

4 years ago

2.0.17

4 years ago