UNPKG
@tsoa/cli
Version:
latest (7.0.0-alpha.0)
next (6.0.0-rc.5)
v3beta (3.3.0-alpha.0)
7.0.0-alpha.0
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.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.1
6.0.0
6.0.0-rc.5
6.0.0-rc.4
6.0.0-rc.3
6.0.0-rc.2
6.0.0-rc.1
6.0.0-rc.0
5.1.1
5.1.0
5.0.0
5.0.0-rc.0
5.0.0-alpha.5
5.0.0-alpha.4
5.0.0-alpha.3
5.0.0-alpha.2
5.0.0-alpha.1
5.0.0-alpha.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
4.0.0-rc.2
4.0.0-rc.1
4.0.0-rc.0
4.0.0-beta.0
4.0.0-alpha.2
4.0.0-alpha.1
4.0.0-alpha.0
3.14.1
3.14.0
3.13.0
3.12.0
3.11.2
3.11.1
3.11.0
3.10.0
3.9.0
3.8.0
3.7.0
3.6.1
3.6.0
3.5.2
3.5.1
3.5.0
3.4.0
3.3.0
3.3.0-alpha.0
Build swagger-compliant REST APIs using TypeScript and Node
lukeautry/tsoa
@tsoa/cli
/
dist
/
utils
/
isVoidType.d.ts
3 lines
(2 loc)
•
101 B
TypeScript
View Raw
1
2
3
import
{
Tsoa
}
from
'@tsoa/runtime'
;
export
declare
const
isVoidType
:
(
type
:
Tsoa
.
Type
) =>
boolean
;