Skip to main content

GenericFunction

@quik/core


@quik/core / GenericFunction

Type Alias: GenericFunction

GenericFunction = (...args) => any

Defined in: types/General.ts:11

Custom type used to define Functions that can be added to the Application object and reused throughout the application.

Parameters

args

...any

Returns

any