Fix lazy.ts in payments lint
This commit is contained in:
parent
389ec8cb33
commit
db937f8110
3 changed files with 25 additions and 25 deletions
types/payments
2
types/payments/lazy.d.ts
vendored
2
types/payments/lazy.d.ts
vendored
|
@ -1,2 +1,2 @@
|
|||
export declare function prop(object: Object, name: string, f: () => any): void;
|
||||
export declare function prop(object: {}, name: string, f: () => any): void;
|
||||
export declare function value<T>(f: () => T): () => T;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue