@kingjs/linq.empty

1.0.7 • Public • Published

@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

/@kingjs/linq.empty/

    Package Sidebar

    Install

    npm i @kingjs/linq.empty

    Weekly Downloads

    0

    Version

    1.0.7

    License

    MIT

    Unpacked Size

    2.67 kB

    Total Files

    4

    Last publish

    Collaborators

    • kingces95