UNPKG
@gongt/ts-stl-client
Version:
latest (2.2.18)
2.2.18
2.2.17
2.2.16
2.2.15
2.2.14
2.2.13
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.13
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.2
2.1.0
2.0.5
2.0.4
2.0.0
1.5.24
1.5.23
1.5.22
1.5.21
1.5.20
1.5.19
1.5.18
1.5.17
1.5.16
1.5.15
1.5.14
1.5.13
1.5.12
1.5.11
1.5.10
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.3-2
1.5.3-1
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.1
1.2.0
1.1.8
1.1.7
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0-beta.2
1.0.0-beta.1
a big hole
github.com/GongT/typescript-common-library
GongT/typescript-common-library
@gongt/ts-stl-client
/
_SRC
/
global.ts
2 lines
(1 loc)
•
38 B
text/typescript
View Raw
1
2
export type ArrayOrSingle
<
T
>
=
T
[
]
|
T
;