Skip to main content

resolve_output

Function
This function is defined in the config module.

Signature

def resolve_output(input: boolean | string | OutputConfig | undefined) -> OutputConfig | undefined

Returns

Returns
OutputConfig | undefined
The result of the operation.

Source

View on GitHub

src/config/index.ts at line 661