1.0.6 • Published 7 years ago
@kingjs/linq.default-less-than v1.0.6
@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-thanLicense
MIT