lazy.js 0.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package lazy.js --version 0.3.1
                    
NuGet\Install-Package lazy.js -Version 0.3.1
                    
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.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="lazy.js" Version="0.3.1" />
                    
Directory.Packages.props
<PackageReference Include="lazy.js" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add lazy.js --version 0.3.1
                    
#r "nuget: lazy.js, 0.3.1"
                    
#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.
#addin nuget:?package=lazy.js&version=0.3.1
                    
Install lazy.js as a Cake Addin
#tool nuget:?package=lazy.js&version=0.3.1
                    
Install lazy.js as a Cake Tool

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,746 9/14/2015
0.4.0 19,451 12/13/2014
0.3.2 1,903 1/9/2014
0.3.1 2,155 1/3/2014
0.3.0 1,408 12/20/2013
0.2.1 1,350 11/11/2013
0.2.0 1,334 11/8/2013
0.1.1 1,477 10/12/2013