Skip to content

Commit

Permalink
chore: Update index.d.ts #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 18, 2020
1 parent e4e9f01 commit 1988663
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
export default function _default(): any;
interface Options {
remove?: 'effects';
removeAll?: boolean;
test?: string | RegExp;
}

export default function _default(code: string, options: Options): any;

0 comments on commit 1988663

Please sign in to comment.