Skip to content

Documentation / @ripl/utilities / AnyAsyncFunction

Type Alias: AnyAsyncFunction() ​

AnyAsyncFunction = (...args) => any

Defined in: types.ts:10

A loosely-typed async function signature.

Parameters ​

ParameterType
...argsany[]

Returns ​

any