Skip to content

Commit

Permalink
Add declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Dec 24, 2024
1 parent aa03333 commit 9f8f0b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default function setupDeprecationWorkflow(config: {
throwOnUnhandled: boolean;
workflow: {
handler: 'log' | 'silence' | 'throw';
matchId: string;
matchMessage: string;
}[];
}): void;

0 comments on commit 9f8f0b6

Please sign in to comment.