Installation
npm install --save @types/lazy-property
Summary
This package contains type definitions for lazy-property (https://github.com/mikolalysenko/lazy-property).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lazy-property.
index.d.ts
declare function addLazyProperty(
object: object,
name: string,
initializer: () => any,
enumerable?: boolean,
): void;
export = addLazyProperty;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:38 GMT
- Dependencies: none
Credits
These definitions were written by Jan Kühnlein.