Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 679 Bytes

File metadata and controls

52 lines (25 loc) · 679 Bytes

Home > @asl-19/js-utils > isNullOrWhitespace

isNullOrWhitespace() function

Returns true if string is null, an empty string, or a string of whitespace characters.

Signature:

isNullOrWhitespace: (input: string) => boolean

Parameters

Parameter

Type

Description

input

string

Returns:

boolean