Skip to content

Commit

Permalink
Exports C14nCanonicalization, ExclusiveCanonicalizatio
Browse files Browse the repository at this point in the history
  • Loading branch information
parallels999 authored May 7, 2024
1 parent 0ed7ab2 commit 80c4a5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export { SignedXml } from "./signed-xml";
export { C14nCanonicalization, C14nCanonicalizationWithComments } from "./c14n-canonicalization";
export { ExclusiveCanonicalization, ExclusiveCanonicalizationWithComments } from "./exclusive-canonicalization";
export * from "./utils";
export * from "./types";

0 comments on commit 80c4a5b

Please sign in to comment.