UNPKG

async-usage

Version:

Declarative dynamic imports for everyone!

6 lines (5 loc) 177 B
import { Chunk, IChunkPlugin } from '../types'; export declare const cache: { [path: string]: Promise<Chunk>; }; export declare const cachePlugin: IChunkPlugin<Chunk>;