1.0.7 • Published 6 years ago

@kingjs/linq.empty v1.0.7

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

@kingjs/linq.empty

Returns an empty sequence.

Usage

Generate an empty sequence like this:

var empty = require('@kingjs/linq.empty');
var toArray = require('@kingjs/linq.to-array');

toArray.call(empty());

result:

[]

API

declare function(): Enumerable;

Interfaces

Result

An empty sequence.

Install

With npm installed, run

$ npm install @kingjs/link.empty

Acknowledgments

Like Enumerable.Empty.

License

MIT

Analytics

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