source:
imaps-frontend/node_modules/schema-utils/declarations/util/memorize.d.ts
Last change on this file was 79a0317, checked in by , 5 days ago | |
---|---|
|
|
File size: 187 bytes |
Rev | Line | |
---|---|---|
[79a0317] | 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.