1.0.6 • Published 6 years ago

@kingjs/linq.default-less-than v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@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

Analytics