Home
last modified time | relevance | path

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

/expo/packages/create-expo-module/build/
H A Dutils.d.ts2 export type StepOptions = ora.Options; alias
3 …string, action: (step: ora.Ora) => Promise<Result> | Result, options?: StepOptions): Promise<Resul…
H A Dutils.js.map1StepOptions = ora.Options;\n\nexport async function newStep<Result>(\n title: string,\n action: …
/expo/packages/create-expo-module/src/
H A Dutils.ts6 export type StepOptions = ora.Options; alias
11 options: StepOptions = {}