Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DmigrationList.ts41 const csv = await FileIO.loadCSV('resources/migrationList.csv');
DFileIO.ts72 public loadCSV = (path: string): Promise<Array<TCSVRecord>> => { property in _FileIO