Skip to content

Commit

Permalink
feat: add declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian authored and 断刀 committed Mar 12, 2024
1 parent 5687e7d commit 048c4eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.d.ts
@@ -0,0 +1,7 @@
type Config = {
rules: Record<string, 0 | "off">;
};

declare const config: Config;

export = config;

0 comments on commit 048c4eb

Please sign in to comment.