diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-02-14 00:50:15 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-13 08:50:15 -0500 |
commit | c468be64ed6cc3d3d3c2a74f15ba1157082f0f5b (patch) | |
tree | caa77e4b4d7f66ab532e4ee2c1d17a844de6cf89 /js/metrics.ts | |
parent | 473d7317eafad44de4d99a3b0aa54f7e1d49ed79 (diff) |
Cleanup Deno namespace (#1765)
Diffstat (limited to 'js/metrics.ts')
-rw-r--r-- | js/metrics.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/metrics.ts b/js/metrics.ts index 248b58f28..1cbc9f13b 100644 --- a/js/metrics.ts +++ b/js/metrics.ts @@ -4,7 +4,7 @@ import * as flatbuffers from "./flatbuffers"; import { assert } from "./util"; import * as dispatch from "./dispatch"; -interface Metrics { +export interface Metrics { opsDispatched: number; opsCompleted: number; bytesSentControl: number; |