UNPKG

next

Version:

The React Framework

3 lines (2 loc) 226 B
export declare function pathify(path: string): string; export declare function instantiateEmscriptenWasm<T extends EmscriptenWasm.Module>(factory: EmscriptenWasm.ModuleFactory<T>, path: string, workerJS?: string): Promise<T>;