diff options
Diffstat (limited to 'tools/bench/mod.js')
-rw-r--r-- | tools/bench/mod.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bench/mod.js b/tools/bench/mod.js index 685834281..9d90818a5 100644 --- a/tools/bench/mod.js +++ b/tools/bench/mod.js @@ -1,2 +1,4 @@ +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. + export * from "./rebench.js"; export * from "./rebootstrap.js"; |