UNPKG
chkutils
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
package for type checking and various utilities
github.com/cossack-don/chkutils
cossack-don/chkutils
chkutils
/
dist
/
types
/
transform
/
cloneDeep.d.ts
2 lines
(1 loc)
•
82 B
TypeScript
View Raw
1
2
export
declare
const
cloneDeep
: <T>
(
value
: T,
cache
?:
WeakMap
<
object
,
any
>
) =>
T;