UNPKG
mt-mappersmith
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
It is a lightweight rest client for node.js and the browser
github.com/tulios/mappersmith
mt-mappersmith
/
dist
/
esm
/
utils
/
clone.d.mts
4 lines
(2 loc)
•
58 B
text/typescript
View Raw
1
2
3
4
declare
const
clone
: <T>
(
obj
: T
) =>
T;
export
{ clone };