npm.io
0.0.1 • Published 7 years ago

@6footgeek/validate-whitespace-string

Licence
MIT
Version
0.0.1
Deps
0
Size
7 kB
Vulns
0
Weekly
0

@6footgeek/validate-whitespace-string

A whitespace validator, whitespace is allowed, but the string cant consist only of whitespace characters.

Installation

$ [sudo] npm install @6footgeek/validate-whitespace-string

Usage

import {validateWhitespaceString} from '@6footgeek/validate-whitespace-string';

validateWhitespaceString('test this string'); // true
validateWhitespaceString('     '); // false

validateWhitespaceString(123); // throws error

License

MIT