0.1.0 • Published 9 years ago
ts-lazy v0.1.0
ts-lazy
.Net Lazy for typescript
Install
npm install ts-lazy --saveUse
import { Lazy } from 'ts-lazy';
const lazyValue = new Lazy(() => 'value');
const result = lazyValue.value;.Net Lazy for typescript
npm install ts-lazy --saveimport { Lazy } from 'ts-lazy';
const lazyValue = new Lazy(() => 'value');
const result = lazyValue.value;