1.0.8 • Published 6 years ago

@kingjs/linq.default-equal v1.0.8

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

@kingjs/linq.default-equal

Default equal operator used by LINQ functions.

API

function defaultEqual(
  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-equal

License

MIT

Analytics

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago