0.2.3 • Published 9 years ago

jsz-string v0.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

dependencies devDependencies

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.