@annexe/string
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@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

Dependents (1)

Package Sidebar

Install

npm i @annexe/string

Weekly Downloads

3

Version

0.1.1

License

MIT

Unpacked Size

9.47 kB

Total Files

14

Last publish

Collaborators

  • heyjules