Home
last modified time | relevance | path

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

/expo/tools/src/
H A DTasksRunner.ts73 export type TaskFunction<Args extends any[]> = (...args: Args) => Promise<void | symbol | Args>; alias
300 readonly taskFunction?: TaskFunction<Args>;
302 constructor(descriptor: TaskDescriptor<Args> | string, taskFunction?: TaskFunction<Args>) {