This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
83bc8c473d
denoland-deno
/
cli
/
tests
/
testdata
/
lsp
/
a.d.ts
3 lines
55 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(cli): update to TypeScript 4.5 (#12410) Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-12-09 17:12:21 -05:00
// deno-lint-ignore-file no-var
feat(cli): support "types" when type checking (#10999) Fixes #10677
2021-06-21 17:18:32 -04:00
declare
var
a
:
string
;
Copy permalink