New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lazify

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazify

convenient wrapper for lazy promises

1.0.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

lazify

convenient wrapper for lazy promises

Installation

$ npm install lazify

or

$ component install nathan7/lazify

API

lazify :: (-> Promise a) -> LazyPromise a

Takes a function that returns a promise and returns a lazy promise. The edge case of returning a value or throwing an error is handled.

License

MIT

Keywords

lazy

FAQs

Package last updated on 07 Apr 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts