Skip to content

Commit

Permalink
Re-export @fedify/fedify/sig
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed May 31, 2024
1 parent d5e0642 commit dace838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
* @module
*/
export * from "./federation/mod.ts";
export * from "./httpsig/mod.ts";
export { sign, verify, type VerifyOptions } from "./httpsig/mod.ts";
export * from "./nodeinfo/mod.ts";
export * from "./runtime/mod.ts";
export * from "./sig/mod.ts";
export * from "./vocab/mod.ts";
export { lookupWebFinger, type ResourceDescriptor } from "./webfinger/mod.ts";

0 comments on commit dace838

Please sign in to comment.