Skip to content

Commit b298462

Browse files
zanminkian断刀
authored andcommitted
feat: add declaration file
1 parent 5687e7d commit b298462

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
type Config = {
2+
rules: Record<string, 0 | "off">;
3+
};
4+
5+
export = Config;

0 commit comments

Comments
 (0)