Skip to content

Commit 048c4eb

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

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

index.d.ts

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

0 commit comments

Comments
 (0)