mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -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;
|