0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-20 20:33:42 -05:00
denoland-deno/tests/testdata/compile/unstable_features.ts
2024-03-08 12:38:24 +05:30

3 lines
72 B
TypeScript

const db = await Deno.openKv();
console.log(db);
console.log(Temporal);