1.1.4 • Published 1 year ago

@octoguide/validation-utils v1.1.4

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
1 year ago

Constants

isEmailValid

does the email follow the convention @.

Kind: global constant

ParamType
valuestring

isNameValid

check if name is entered

Kind: global constant

ParamType
valuestring

isValueEntered

check if value is entered

Kind: global constant

ParamType
valuestring

isNumberEnteredValid

Check the value is a number greater than or equal to the min and less than or equal to the max values specified

Kind: global constant

ParamType
valuenumber
minnumber
maxnumber

is0to100NumberValid

Check the value is a number greater than or equal to 0 and less than or equal to 100

Kind: global constant

ParamType
valuenumber

isNumberValid

Check the value is a number

Kind: global constant

ParamType
valuenumber

isEmpty

checks if the entry is empty - space, null, undefined

Kind: global constant

ParamType
eany
1.1.4

1 year ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago