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
/
core.d.ts
8 lines
(7 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
namespace
CoreUtils
{
/** *
@deprecated
* Use the method in ImmutabilityUtils */
function
deepCopy
(
data
:
Object
):
any
; }