Skip to content

fx-flow v0.7.0 / types / AnyFunction

Type alias: AnyFunction()

AnyFunction: (...args) => any

Parameters

• ...args: any[]

Returns

any

Source

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

Released under the MIT License.