UNPKG
1e14
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Minimal API for building function graphs
github.com/1e14/1e14
1e14/1e14
1e14
/
dist
/
utils
/
copy.d.ts
6 lines
(5 loc)
•
113 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Returns a shallow copy of the specified value. * @param a */
export
declare
function
copy
(a:
any
):
any
;