UNPKG
type-fest
Version:
latest (4.41.0)
4.41.0
4.40.1
4.40.0
4.39.1
4.39.0
4.38.0
4.37.0
4.36.0
4.35.0
4.34.1
4.34.0
4.33.0
4.32.0
4.31.0
4.30.2
4.30.1
4.30.0
4.29.1
4.29.0
4.28.1
4.28.0
4.27.1
4.27.0
4.26.1
4.26.0
4.25.0
4.24.0
4.23.0
4.22.1
4.22.0
4.21.0
4.20.1
4.20.0
4.19.0
4.18.3
4.18.2
4.18.1
4.18.0
4.17.0
4.16.0
4.15.0
4.14.0
4.13.1
4.13.0
4.12.0
4.11.1
4.11.0
4.10.3
4.10.2
4.10.1
4.10.0
4.9.0
4.8.3
4.8.2
4.8.1
4.8.0
4.7.1
4.7.0
4.6.0
4.5.0
4.4.0
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.0
4.0.0
3.13.1
3.13.0
3.12.0
3.11.1
3.11.0
3.10.0
3.9.0
3.8.0
3.7.2
3.7.1
3.7.0
3.6.1
3.6.0
3.5.7
3.5.6
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
2.19.0
2.18.1
2.18.0
2.17.0
2.16.0
2.15.1
2.15.0
2.14.0
2.13.1
2.13.0
2.12.2
2.12.1
2.12.0
2.11.2
2.11.1
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.4.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.21.3
0.21.2
0.21.1
0.21.0
0.20.2
0.20.1
0.20.0
0.19.0
0.18.1
0.18.0
0.17.0
0.16.0
0.15.1
0.15.0
0.14.0
0.13.1
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.1
0.8.0
0.7.1
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
A collection of essential TypeScript types
github.com/sindresorhus/type-fest
sindresorhus/type-fest
type-fest
/
source
/
internal
/
index.d.ts
9 lines
(8 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
type
*
from
'./array'
;
export
type
*
from
'./characters'
;
export
type
*
from
'./keys'
;
export
type
*
from
'./numeric'
;
export
type
*
from
'./object'
;
export
type
*
from
'./string'
;
export
type
*
from
'./tuple'
;
export
type
*
from
'./type'
;