static create()
Creates the Minimum instance with the given primitive value
Minimum.create()
Minimum.create()public static create<Value extends number>(value: Value): Minimum<Value> {
return new this(value);
}Generic type variables
Parameters
Return type
Returns
Example usage
Last updated