Skip to content

Type Alias: LoggingFunction()

ts
type LoggingFunction = (log) => void

Defined in: node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:686

Parameters

log

RollupLog | string | () => RollupLog | string

Returns

void

Released under the MIT License.