diff options
Diffstat (limited to 'std/async/mod.ts')
-rw-r--r-- | std/async/mod.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/std/async/mod.ts b/std/async/mod.ts deleted file mode 100644 index 0345d8caf..000000000 --- a/std/async/mod.ts +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -export * from "./deferred.ts"; -export * from "./delay.ts"; -export * from "./mux_async_iterator.ts"; -export * from "./pool.ts"; |