Skip to content

Commit db50459

Browse files
authored
fix: Export the Options interface (#85)
Export the Options interface so developers can define a constant of type Options.
1 parent 7c4f377 commit db50459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ declare global {
1717
}
1818
}
1919

20-
interface Options extends axe.RunOptions {
20+
export interface Options extends axe.RunOptions {
2121
includedImpacts?: string[];
2222
}
2323

0 commit comments

Comments
 (0)