Searched defs:getModeForResolutionAtIndex (Results 1 – 2 of 2) sorted by relevance
590 export function getModeForResolutionAtIndex(file: SourceFile, index: number): ModuleKind.CommonJS |… function1494 …const mode = typeof n === "string" ? getModeForResolutionAtIndex(containingFile, i) : getModeForFi… constant
104841 function getModeForResolutionAtIndex(file, index) { function