Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DmigrationList.ts15 import { FileIO, TCSVRecord } from './FileIO';
35 function isMigrationRecord(record: TCSVRecord): record is string[] {
DFileIO.ts24 export type TCSVRecord = Array<string | boolean | number>; alias
72 public loadCSV = (path: string): Promise<Array<TCSVRecord>> => {