Skip to content

Commit

Permalink
chore: update declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
tyankatsu0105 committed May 11, 2020
1 parent 3c53424 commit fb81da2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Expand Up @@ -10,4 +10,5 @@ interface FM {
test(file: string): boolean
}

export const fm: FM
declare const fm: FM
export default fm

0 comments on commit fb81da2

Please sign in to comment.