Skip to content

Commit

Permalink
Merge pull request #200 from ember-cli/add-declaration-file
Browse files Browse the repository at this point in the history
Add TypeScript declaration file
  • Loading branch information
bertdeblock authored Dec 27, 2024
2 parents aa03333 + 9f8f0b6 commit 45b3187
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 45b3187

Please sign in to comment.