Home
last modified time | relevance | path

Searched defs:typeOfLiteral (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/build-tools/dts_parser/src/core/
DcoreImpl.ts353 const typeOfLiteral: string | undefined = typeMap.get(declarationNode.type.literal.kind); constant
370 const typeOfLiteral: string | undefined = typeMap.get(declarationNode.initializer.kind); constant