0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-21 12:53:05 -05:00
denoland-deno/std/node/timers.ts

5 lines
158 B
TypeScript
Raw Normal View History

2020-09-21 21:26:41 +09:00
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
export * from "./_timers.ts";
import * as m from "./_timers.ts";
export default m;