@kingjs/linq.default-less-than

1.0.6 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @kingjs/linq.default-less-than

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

2.24 kB

Total Files

4

Last publish

Collaborators

  • kingces95