ts-lazy
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

ts-lazy

.Net Lazy for typescript

Install

npm install ts-lazy --save

Use

import { Lazy } from 'ts-lazy';

const lazyValue = new Lazy(() => 'value');
const result = lazyValue.value;

Readme

Keywords

Package Sidebar

Install

npm i ts-lazy

Weekly Downloads

0

Version

0.1.0

License

Apache-2.0

Last publish

Collaborators

  • tuomasta