Skip to content

Commit fc6ce49

Browse files
committed
add pre-built WASM lib from @deno/deploy@0.0.94 for fork usage
1 parent 3cdfebf commit fc6ce49

4 files changed

Lines changed: 462 additions & 0 deletions

File tree

lib/rs_lib.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)