We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc27e6 commit 3c9eec5Copy full SHA for 3c9eec5
src/lib/access.ts
@@ -1,7 +1,7 @@
1
import { Buffer } from "node:buffer";
2
import type { DataObject } from "./Uint8ArrayFromObject";
3
-import decrypt from "./decrypt.js";
4
import Uint8ArrayFromObject from "./Uint8ArrayFromObject.js";
+import decrypt from "./decrypt.js";
5
6
export default async (
7
Key: JsonWebKey["k"],
0 commit comments