Skip to content

Commit

Permalink
Update typescript binding. See #20
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Nov 13, 2018
1 parent e64905e commit dbc3726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
@@ -1,2 +1,2 @@
declare const format : (mask: string, value: number, options: object) => string;
declare const format : (mask: string, value: number, options?: object) => string;
export = format;

0 comments on commit dbc3726

Please sign in to comment.