summaryrefslogtreecommitdiff
path: root/std/node/timers.ts
blob: 095f6c5dc405422ddcf36f061a27fb1922923b8c (plain)
1
2
3
4
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
export * from "./_timers.ts";
import * as m from "./_timers.ts";
export default m;