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
github.com/lukeautry/tsoa
lukeautry/tsoa
@namecheap/tsoa-cli
/
dist
/
metadataGeneration
/
initializer-value.d.ts
4 lines
(3 loc)
•
267 B
TypeScript
View Raw
1
2
3
4
import
*
as
ts
from
'typescript'
;
import
{
Tsoa
}
from
'@namecheap/tsoa-runtime'
;
export
declare
const
getInitializerValue
:
(
initializer
?: ts.
Expression
| ts.
ImportSpecifier
|
undefined
,
typeChecker
?: ts.
TypeChecker
|
undefined
,
type
?:
Tsoa
.
Type
|
undefined
) =>
any
;