Home
last modified time | relevance | path

Searched refs:printTable (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/start/doctor/typescript/
H A DupdateTSConfig.ts69 printTable(modifications.sort((a, b) => a[0].length - b[0].length));
74 function printTable(items: string[][]) { function