Skip to content

fx-flow v0.7.0 / types / AsyncFunction

Type alias: AsyncFunction()

AsyncFunction: (...args) => Promise<any>

Parameters

• ...args: any[]

Returns

Promise<any>

Source

packages/core/src/types/function.ts:1

Released under the MIT License.