mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -05:00
fe404dfce9
From commit 559453cf6c
Excluding v8worker.d.ts, main.ts, and deno.d.ts.
Updates tslint.json to be original settings.
6 lines
228 B
TypeScript
6 lines
228 B
TypeScript
// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
|
|
// All rights reserved. MIT License.
|
|
// Public deno module.
|
|
// TODO get rid of deno.d.ts
|
|
export { pub, sub } from "./dispatch";
|
|
export { readFileSync, writeFileSync } from "./os";
|