UNPKG
@tsmean/utils
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A library of pure utility functions
github.com/bersling/utils
bersling/utils
@tsmean/utils
/
dist
/
immutability.d.ts
4 lines
(3 loc)
•
89 B
TypeScript
View Raw
1
2
3
4
export
declare
namespace
ImmutabilityUtils
{
function
deepCopy
(
data
:
Object
):
any
; }