Skip to content

SetupFunc

Defined in: function-types.ts:17

Setup is a function that initializes or enhances a target, returning a DisposeFunc to clean up. See createSetup, setup for setup patterns.

Type Parameter
T

SetupFunc(target: T): DisposeFunc

Defined in: function-types.ts:17

Setup is a function that initializes or enhances a target, returning a DisposeFunc to clean up. See createSetup, setup for setup patterns.

ParameterType
targetT

DisposeFunc