UNPKG
@namecheap/tsoa-cli
Version:
latest (6.6.1)
6.6.1
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
Build swagger-compliant REST APIs using TypeScript and Node
lukeautry/tsoa
@namecheap/tsoa-cli
/
dist
/
utils
/
isVoidType.d.ts
3 lines
(2 loc)
•
111 B
TypeScript
View Raw
1
2
3
import
{
Tsoa
}
from
'@namecheap/tsoa-runtime'
;
export
declare
const
isVoidType
:
(
type
:
Tsoa
.
Type
) =>
boolean
;