Skip to content

vivai/jsz-string

Repository files navigation

dependencies devDependencies Code Climate

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published