AsyncLoad.d.ts 64 B

1
  1. export declare function asyncLoad(name: string): Promise<void>;