We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f5f07 commit 0687544Copy full SHA for 0687544
Plugins/PackageToJS/Templates/index.d.ts
@@ -36,7 +36,7 @@ export declare const MODULE_PATH: string;
36
* @param imports - The imports to add
37
* @param options - The options
38
*/
39
-/* export */ function createInstantiator(
+/* export */ declare function createInstantiator(
40
imports: Import,
41
options: {} | undefined
42
): Promise<Instantiator>
@@ -49,7 +49,7 @@ export declare const MODULE_PATH: string;
49
50
51
52
-export function instantiate(
+export declare function instantiate(
53
moduleSource: WebAssembly.Module | Response | PromiseLike<Response>,
54
55
0 commit comments