Skip to content

Commit

Permalink
fix: add exports to index files for sanitize+validate text
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Jun 21, 2024
1 parent 32d1b80 commit 66646de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sanitize/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ export * from "./name.js";
export * from "./numeric.js";
export * from "./password.js";
export * from "./phone.js";
export * from "./text.js";
export * from "./url.js";
1 change: 1 addition & 0 deletions src/validate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export * from "./name.js";
export * from "./numeric.js";
export * from "./password.js";
export * from "./phone.js";
export * from "./text.js";
export * from "./url.js";

0 comments on commit 66646de

Please sign in to comment.