Create a lazy promise that defers execution until it's awaited or when .then(), .catch(), or .finally() is called
—
Quality
Pending
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
{
"name": "tessl/npm-p-lazy",
"version": "5.0.0",
"docs": "docs/index.md",
"describes": "pkg:npm/p-lazy@5.0.0",
"summary": "Create a lazy promise that defers execution until it's awaited or when .then(), .catch(), or .finally() is called"
}