1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/testdata/compile/unstable_features.ts
2024-03-08 01:32:11 +01:00

3 lines
72 B
TypeScript

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