Skip to content

Commit

Permalink
Exports C14nCanonicalization, ExclusiveCanonicalization (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
parallels999 authored Aug 24, 2024
1 parent 0ed7ab2 commit f9b3682
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
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 f9b3682

Please sign in to comment.