UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

4 lines (2 loc) 131 B
declare function createCachedImport<T>(name: string, imp: () => Promise<T>): () => T | Promise<T>; export { createCachedImport };