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.
2 lines
36 B
TypeScript
2 lines
36 B
TypeScript
Deno.openKv;
|
|
Deno.createHttpClient;
|