mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
b03d82e5d3
Also improved the diagnostic when using something like `Deno.openKv` and it doesn't exist.
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
/// <reference no-default-lib="true"/>
|
|
/// <reference lib="es5" />
|
|
|
|
Deno;
|