Skip to content

Commit

Permalink
Merge branch 'master' of github.com:finnfiddle/words-to-numbers
Browse files Browse the repository at this point in the history
* 'master' of github.com:finnfiddle/words-to-numbers:
  adding type for options
  adding declare
  Create index.d.ts
  • Loading branch information
finnfiddle committed Aug 19, 2017
2 parents 8a557e6 + c72dbf5 commit 5d1c944
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export declare function wordsToNumbers(text: string, options?: { fuzzy: boolean }): string | number | null;
export default wordsToNumbers;

0 comments on commit 5d1c944

Please sign in to comment.