Skip to content

Commit 2098480

Browse files
squash!
1 parent 72a86e5 commit 2098480

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dist/index.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
import{default as t}from"./lib/Uint8ArrayFromObject.js";import{default as o}from"./lib/access.js";import{default as p}from"./lib/decrypt.js";import{default as c}from"./lib/encrypt.js";export{t as Uint8ArrayFromObject,o as access,p as decrypt,c as encrypt};
1+
import { default as t } from "./lib/Uint8ArrayFromObject.js";
2+
import { default as o } from "./lib/access.js";
3+
import { default as p } from "./lib/decrypt.js";
4+
import { default as c } from "./lib/encrypt.js";
5+
export { t as Uint8ArrayFromObject, o as access, p as decrypt, c as encrypt };
6+

src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ export { default as Uint8ArrayFromObject } from "./lib/Uint8ArrayFromObject.js";
22
export { default as access } from "./lib/access.js";
33
export { default as decrypt } from "./lib/decrypt.js";
44
export { default as encrypt } from "./lib/encrypt.js";
5-

0 commit comments

Comments
 (0)