source:
imaps-frontend/node_modules/schema-utils/declarations/util/memorize.d.ts@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 187 bytes |
Line | |
---|---|
1 | export default memoize; |
2 | /** |
3 | * @template T |
4 | * @param fn {(function(): any) | undefined} |
5 | * @returns {function(): T} |
6 | */ |
7 | declare function memoize<T>(fn: (() => any) | undefined): () => T; |
Note:
See TracBrowser
for help on using the repository browser.