Skip to content

Commit

Permalink
Merge e7bc3e2 into d55893c
Browse files Browse the repository at this point in the history
  • Loading branch information
thebearingedge committed Apr 30, 2018
2 parents d55893c + e7bc3e2 commit fc08867
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
package-lock=false
4 changes: 4 additions & 0 deletions index.d.ts
@@ -0,0 +1,4 @@
declare module 'deep-clone' {
function deepClone<T>(target: T, format?: (key: string) => string): T
export = deepClone
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "deep-clone",
"version": "3.0.2",
"version": "3.0.3",
"description": "Deep cloning of Arrays and plain Objects.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fc08867

Please sign in to comment.