UNPKG

73 BTypeScriptView Raw
1declare module '*.wasm' {
2 const path: string;
3 export default path;
4}