Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/factory/
Dutilities.ts1008 export const isModuleName = or(isIdentifier, isStringLiteral) as (node: Node) => node is ModuleName; constant
/third_party/typescript/lib/
DtypingsInstaller.js18233 var isModuleName = or(isIdentifier, isStringLiteral); variable