Skip to content

Commit

Permalink
logger, doh
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash committed Jan 8, 2024
1 parent 2ec2984 commit 6b612b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/logger.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// TODO: actual typings for stripes logger
declare type Logger = (...args: any) => void;
export default Logger;

0 comments on commit 6b612b0

Please sign in to comment.