Skip to content

Function: pluginOptionsOf()

pluginOptionsOf(plugins): Record<string, unknown>

Defined in: packages/core/src/options.ts:41

The resolved options of every plugin that has any, keyed by id.

Parameters

plugins

readonly AnyPlugin[]

Returns

Record<string, unknown>