Skip to content

Commit f9b3682

Browse files
authored
Exports C14nCanonicalization, ExclusiveCanonicalization (#471)
1 parent 0ed7ab2 commit f9b3682

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
export { SignedXml } from "./signed-xml";
2+
export { C14nCanonicalization, C14nCanonicalizationWithComments } from "./c14n-canonicalization";
3+
export {
4+
ExclusiveCanonicalization,
5+
ExclusiveCanonicalizationWithComments,
6+
} from "./exclusive-canonicalization";
27
export * from "./utils";
38
export * from "./types";

0 commit comments

Comments
 (0)