Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/customize/
H A Dindex.ts35 const { customizeAsync } = require('./customizeAsync') as typeof import('./customizeAsync'); constant
42 return customizeAsync(variadic, options, extras).catch(logCmdError);
H A DcustomizeAsync.ts9 export async function customizeAsync(files: string[], options: Options, extras: any[]) { function