Skip to content

Commit b298462

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.d.ts

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