Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
fix: add tsFormatter to moderate excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode committed Mar 1, 2023
1 parent f819cc2 commit a0caacb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions util/mod.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// moderate --exclude cache port.ts
// moderate --exclude cache port.ts tsFormatter.ts"

export * from "./case.ts"
export * from "./clock.ts"
export * from "./error.ts"
export * from "./memo.ts"
export * from "./notifier.ts"
export * from "./state.ts"
export * from "./tsFormatter.ts"
export * from "./withSignal.ts"

0 comments on commit a0caacb

Please sign in to comment.