Skip to content

Commit

Permalink
Add typescript definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael Burguet committed Oct 12, 2016
1 parent 24c3b4f commit 8dfb548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export function get(path: string, options?: any, callback?: Function): any;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniquefilename",
"version": "1.1.0",
"version": "1.1.1",
"main": "index.js",
"description": "Finds a unique filename using incremental values",
"scripts": {
Expand Down

0 comments on commit 8dfb548

Please sign in to comment.