@kingjs/linq.default-less-than
v1.0.6
Published
Default lessThan operator.
Downloads
6
Readme
@kingjs/linq.default-less-than
Default lessThan
operator used by LINQ functions.
API
function defaultLessThan(
left: any,
right: any
): boolean;
Parameters
left
: The left operand.right
: The right operand.
Result
Returns result of comparing the operands using the Javascript <
operator.
Install
With npm installed, run
$ npm install @kingjs/link.default-less-than
License
MIT