diff options
Diffstat (limited to 'benching/mod.ts')
-rw-r--r-- | benching/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benching/mod.ts b/benching/mod.ts index be77b52c2..61df5c06b 100644 --- a/benching/mod.ts +++ b/benching/mod.ts @@ -1,6 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import { exit, noColor } from "deno"; +const { exit, noColor } = Deno; interface BenchmarkClock { start: number; |