diff options
Diffstat (limited to 'js/deno.ts')
-rw-r--r-- | js/deno.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts index 8a6b627b6..346997d4d 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -38,6 +38,7 @@ export { truncateSync, truncate } from "./truncate"; export { FileInfo } from "./file_info"; export { connect, dial, listen, Listener, Conn } from "./net"; export { metrics } from "./metrics"; +export { resources } from "./resources"; export const args: string[] = []; // Provide the compiler API in an obfuscated way |