UNPKG

async-usage

Version:

Declarative dynamic imports for everyone!

5 lines (4 loc) 186 B
export declare function profileChunk(path: string, name: string, logStyle?: string): { start(): void; stop(type: "error" | "cache" | "info", e?: Error | undefined): void; };