Skip to content

Commit

Permalink
fix type definition
Browse files Browse the repository at this point in the history
fixes issue #120 
remove default export
  • Loading branch information
nataly87s committed Oct 3, 2018
1 parent 91d5009 commit 68b6c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ declare namespace deepmerge {
export function all (objects: object[], options?: Options): object;
}

export default deepmerge;
export = deepmerge;

0 comments on commit 68b6c06

Please sign in to comment.