Skip to content

Commit 45b3187

Browse files
authored
Merge pull request #200 from ember-cli/add-declaration-file
Add TypeScript declaration file
2 parents aa03333 + 9f8f0b6 commit 45b3187

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)