diff options
author | Nayeem Rahman <muhammed.9939@gmail.com> | 2020-02-24 20:02:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 15:02:22 -0500 |
commit | db597055958a9dbc9c8e633e01d9229b55d1d6ef (patch) | |
tree | 66f4d423602c7bc7cc0299926292a75315839bdc | |
parent | 2b7e28b591a6947f76ddf9a53f49eec8f1accc0f (diff) |
doc: Remove old link to deno types output (#4111)
-rw-r--r-- | std/manual.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/std/manual.md b/std/manual.md index 486130612..271dcd6c7 100644 --- a/std/manual.md +++ b/std/manual.md @@ -180,8 +180,6 @@ The output is the concatenation of three library files that are built into Deno: - [lib.deno.shared_globals.d.ts](https://github.com/denoland/deno/blob/master/cli/js/lib.deno.shared_globals.d.ts) - [lib.deno.window.d.ts](https://github.com/denoland/deno/blob/master/cli/js/lib.deno.window.d.ts) -[This is what the output looks like.](https://github.com/denoland/deno/blob/master/cli/js/lib.deno_runtime.d.ts) - ### Reference websites [TypeScript Deno API](https://deno.land/typedoc/index.html). |