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;

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i ts-lazy

Weekly Downloads

1

Version

0.1.0

License

Apache-2.0

Last publish

Collaborators

  • tuomasta