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