0.1.1 • Published 3 years ago

@annexe/string v0.1.1

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

@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