Searched refs:customizeAsync (Results 1 – 2 of 2) sorted by relevance
35 const { customizeAsync } = require('./customizeAsync') as typeof import('./customizeAsync'); constant42 return customizeAsync(variadic, options, extras).catch(logCmdError);
9 export async function customizeAsync(files: string[], options: Options, extras: any[]) { function