This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
lovecoding
/
Vip4.0W
Beobachten
10
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Branch:
main
Branches
Tags
main
Vip4.0W
/
16.webpack
/
node_modules
/
@jsonjoy.com
/
util
/
lib
/
lazyFunction.d.ts
lazyFunction.d.ts
87 B
Permalink
Verlauf
Originalformat
1
export declare const lazy: <T extends (...args: any[]) => any>(factory: () => T) => T;