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;

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i ts-lazy

    Weekly Downloads

    1

    Version

    0.1.0

    License

    Apache-2.0

    Last publish

    Collaborators

    • tuomasta