2.0.20 • Published 4 years ago

@extra-string/is 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.

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.17

4 years ago

2.0.18

4 years ago

1.1.3

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago