@annexe/string
v0.1.1
Published
All annexe string utility functions under namespace "string".
Downloads
6
Readme
@annexe/string
@annexe/set houses all annexe string methods under the string namespace.
Methods
The following are available methods under the string namespace:
- isString
- isEmptyString
Usage
import string from '@annexe/string';
const myVar = '';
console.log(string.isString(myVar)); // logs TRUE