We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa03333 + 9f8f0b6 commit 45b3187Copy full SHA for 45b3187
index.d.ts
@@ -0,0 +1,8 @@
1
+export default function setupDeprecationWorkflow(config: {
2
+ throwOnUnhandled: boolean;
3
+ workflow: {
4
+ handler: 'log' | 'silence' | 'throw';
5
+ matchId: string;
6
+ matchMessage: string;
7
+ }[];
8
+}): void;
0 commit comments