mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
2
clone/clone.d.ts
vendored
2
clone/clone.d.ts
vendored
@@ -14,7 +14,7 @@ declare module "clone" {
|
||||
*/
|
||||
function clone<T>(val: T, circular?: boolean, depth?: number): T;
|
||||
|
||||
module clone {
|
||||
namespace clone {
|
||||
/**
|
||||
* @param obj the object that you want to clone
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user