Skip to content

Commit

Permalink
adding in exports of HelperRegistry and HelperFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Dec 2, 2024
1 parent 62921d5 commit 200fe67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,6 @@ export function fumanchu(options?: FumanchuOptions) {
const handlebars = HandlebarsLib.create();
registry.loadHandlebars(handlebars);
return handlebars;
}
}

export { HelperRegistry, HelperFilter };

0 comments on commit 200fe67

Please sign in to comment.