Sign in
chromium
/
devtools
/
devtools-frontend
/
HEAD
/
.
/
node_modules
/
web-component-analyzer
/
lib
/
esm
/
analyze
/
util
/
lazy.d.ts
blob: 227d911331c9c365aefe6b2c7d8fd79ca03e0da1 [
file
] [
log
] [
blame
]
/**
* This function wraps a callback returning a value and cahced the value.
* @param callback
*/
export
declare
function
lazy
<
T
>(
callback
:
()
=>
T
):
()
=>
T
;
//# sourceMappingURL=lazy.d.ts.map