Properties
Private _blankString
_blankString: string
Private _throwError
_throwError: boolean
Accessors
blankString
- get blankString(): string
throwError
- get throwError(): boolean
- set throwError(value: boolean): void
-
Returns boolean
-
Parameters
Returns void
Methods
empty_string
- empty_string(str: string, tossErr: boolean): Promise<false | true | Error>
-
Parameters
-
str: string
-
tossErr: boolean
Returns Promise<false | true | Error>