first commit
This commit is contained in:
3
node_modules/eslint-plugin-import-x/lib/utils/lazy-value.d.ts
generated
vendored
Normal file
3
node_modules/eslint-plugin-import-x/lib/utils/lazy-value.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export declare const lazy: <T>(cb: () => T) => LazyValue<T>;
|
||||
export type LazyValue<T> = () => Readonly<T>;
|
||||
export declare function defineLazyProperty<ObjectType, PropertyNameType extends string, PropertyValueType>(object: ObjectType, propertyName: PropertyNameType, valueGetter: () => PropertyValueType): ObjectType;
|
||||
Reference in New Issue
Block a user