Skip to content

Commit 3c9eec5

Browse files
0.0.3
1 parent abc27e6 commit 3c9eec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/access.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Buffer } from "node:buffer";
22
import type { DataObject } from "./Uint8ArrayFromObject";
3-
import decrypt from "./decrypt.js";
43
import Uint8ArrayFromObject from "./Uint8ArrayFromObject.js";
4+
import decrypt from "./decrypt.js";
55

66
export default async (
77
Key: JsonWebKey["k"],

0 commit comments

Comments
 (0)