Skip to content

Commit ab5b567

Browse files
zanminkian断刀
authored and
断刀
committed
feat: add declaration file
1 parent 5687e7d commit ab5b567

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.d.ts

+7
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)