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