Saltearse al contenido
sern

controller

const controller: object

Since

1.0.0 The object passed into every plugin to control a command’s behavior

Type declaration

next()

next: (val?) => Ok<undefined | Record<string, unknown>>

Parameters

val?: Record<string, unknown>

Returns

Ok<undefined | Record<string, unknown>>

stop()

stop: (val?) => Err<undefined | string>

Parameters

val?: string

Returns

Err<undefined | string>

Source

src/core/plugin.ts:39