Skip to content

Documentation / @ripl/utilities / AnyFunction

Type Alias: AnyFunction() ​

AnyFunction = (...args) => any

Defined in: types.ts:6

A loosely-typed function signature that accepts and returns anything.

Parameters ​

ParameterType
...argsany[]

Returns ​

any