lazy.js 0.4.2

dotnet add package lazy.js --version 0.4.2
NuGet\Install-Package lazy.js -Version 0.4.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="lazy.js" Version="0.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add lazy.js --version 0.4.2
#r "nuget: lazy.js, 0.4.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install lazy.js as a Cake Addin
#addin nuget:?package=lazy.js&version=0.4.2

// Install lazy.js as a Cake Tool
#tool nuget:?package=lazy.js&version=0.4.2

Lazy.js it a utility library for JavaScript, similar to Underscore and Lo-Dash but with one important difference: lazy evaluation (also known as deferred execution). This can translate to superior performance in many cases, especially when dealing with large arrays and/or "chaining" together multiple methods. For simple cases (map, filter, etc.) on small arrays, Lazy's performance should be similar to Underscore or Lo-Dash.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.2 4,206 9/14/2015
0.4.0 15,849 12/13/2014
0.3.2 1,732 1/9/2014
0.3.1 1,994 1/3/2014
0.3.0 1,246 12/20/2013
0.2.1 1,187 11/11/2013
0.2.0 1,164 11/8/2013
0.1.1 1,312 10/12/2013