Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts968 export function isNonGlobalAmbientModule(node: Node): node is ModuleDeclaration & { name: StringLit… function
/third_party/typescript/lib/
Dtsc.js13065 function isNonGlobalAmbientModule(node) { function