0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 20:25:12 -05:00

doc: Remove old link to deno types output (#4111)

This commit is contained in:
Nayeem Rahman 2020-02-24 20:02:22 +00:00 committed by GitHub
parent 2b7e28b591
commit db59705595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).