We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bece7e commit 505c961Copy full SHA for 505c961
src/api/kv.ts
@@ -1,5 +1,5 @@
1
import * as v from "@badrap/valita";
2
-import { type Client, HTTPError } from "./client.js";
+import { type Client, HTTPError } from "./client.ts";
3
4
type KvKey = (number | string | boolean)[];
5
0 commit comments