-
Notifications
You must be signed in to change notification settings - Fork 9
validator.nucleus
Validates that the value is an Array.
Parameters
value: Array
, Validates that the value is an Array.
Returns: Boolean
Validates that the value is a Function.
Parameters
value: function | *
, Validates that the value is a Function.
Returns: boolean
Validates that the value is a Number.
Parameters
value: Number | *
, Validates that the value is a Number.
Returns: Boolean
Validates that the value is an Object.
Parameters
value: Object | *
, Validates that the value is an Object.
Returns: Boolean
Validates that the value is object-like; that it has the prototype of an object, that it is not an array and that the stringified primitive might have been modified.
Parameters
value: Object | *
, Validates that the value is object-like; that it has the prototype of an object, that it is not an array and that the
stringified primitive might have been modified.
Returns: boolean
Validates that the value is a String.
Parameters
value: String | *
, Validates that the value is a String.
Returns: Boolean
Replaces the first letter to lower case.
Parameters
string: String | *
, Replaces the first letter to lower case.
Returns: String
Author: Sebastien Filion
Overview: Abstract various validation tools.