diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2018-10-05 19:21:15 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-11 15:45:51 -0400 |
commit | 51f9331ecb50afeafd0fa2ca8336e75aa374465e (patch) | |
tree | 7f3c76670760feea91d5fb260037a1d80c94d5a0 /js/deno.ts | |
parent | 951e5def9856ee15be52c153a1d2cb7dd73f0da8 (diff) |
Add deno.metrics()
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 a7350e03e..212544541 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -35,6 +35,7 @@ export { trace } from "./trace"; export { truncateSync, truncate } from "./truncate"; export { FileInfo } from "./file_info"; export { connect, dial, listen, Listener, Conn } from "./net"; +export { metrics } from "./metrics"; export const args: string[] = []; // Provide the compiler API in an obfuscated way |