jsz-string
v0.2.3
Published
Utilities for working with strings.
Readme
jsz-string
This module provides utilities for working with strings.
Install
$ npm install --save jsz-stringAPI
EMPTY_STRING
const EMPTY_STRING: stringThe empty string "".
SPACE
const SPACE: stringA string for a space character.
isEmptyString
isEmptyString(str: string): booleanReturrns true is the string is solely composed of whitespace.
Version and changes
Releases are documented in CHANGELOG.md.
