From T pick a set of properties K
Make all properties in T readonly
Construct a type with a set of properties K of type T
Gets the unencoded version of an encoded Uniform Resource Identifier (URI).
A value representing an encoded URI.
Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI).
A value representing an encoded URI component.
Encodes a text string as a valid Uniform Resource Identifier (URI)
A value representing an encoded URI.
Encodes a text string as a valid component of a Uniform Resource Identifier (URI).
A value representing an encoded URI component.
Determines whether a supplied number is finite.
Any numeric value.
Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number).
A numeric value.
Converts a string to a floating-point number.
A string that contains a floating-point number.
Converts A string to an integer.
A string to convert into a number.
A value between 2 and 36 that specifies the base of the number in numString. If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal. All other strings are considered decimal.
Generated using TypeDoc
Make all properties in T optional