We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdfebf commit fc6ce49Copy full SHA for fc6ce49
4 files changed
lib/rs_lib.d.ts
@@ -0,0 +1,9 @@
1
+// @generated file from wasmbuild -- do not edit
2
+// deno-lint-ignore-file
3
+// deno-fmt-ignore-file
4
+
5
+export function resolve_config(
6
+ root_path: string,
7
+ ignore_paths: string[],
8
+ allow_node_modules: boolean,
9
+): any;
0 commit comments