UNPKG
typograf
Version:
latest (7.7.0)
7.7.0
7.6.0
7.5.0
7.4.4
7.4.3
7.4.2
7.4.1
7.4.0
7.3.0
7.2.0
7.1.0
7.0.0
6.15.1
6.15.0
6.14.1
6.14.0
6.13.0
6.12.2
6.12.1
6.12.0
6.11.3
6.11.2
6.11.1
6.11.0
6.10.0
6.9.0
6.8.3
6.8.2
6.8.1
6.8.0
6.7.4
6.7.3
6.7.2
6.7.1
6.7.0
6.6.2
6.6.1
6.6.0
6.5.1
6.5.0
6.4.0
6.3.1
6.3.0
6.2.1
6.2.0
6.1.0
6.0.1
6.0.0
5.8.0
5.7.0
5.6.0
5.5.3
5.5.2
5.5.1
5.5.0
5.4.3
5.4.2
5.4.1
5.4.0
5.3.3
5.3.2
5.3.1
5.3.0
5.2.0
5.1.0
5.0.0
4.3.0
4.2.1
4.2.0
4.1.0
4.0.1
4.0.0
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
2.14.0
2.13.1
2.13.0
2.12.1
2.12.0
2.11.1
2.11.0
2.10.0
2.9.0
2.8.2
2.8.1
2.8.0
2.7.2
2.7.1
2.7.0
2.6.0
2.5.0
2.3.0
2.2.0
2.1.0
2.0.2
2.0.0
1.2.5
1.2.4
1.2.3
1.2.1
1.2.0
1.0.1
1.0.0
The client and server typography
github.com/typograf
typograf/typograf
typograf
/
dist
/
helpers
/
object.d.ts
5 lines
(4 loc)
•
88 B
TypeScript
View Raw
1
2
3
4
5
/** * Get a deep copy of a object. */
export
declare
function
deepCopy
<
T
>(
obj: T
):
T
;