Skip to content

Type Alias: LoggingFunction()

ts
type LoggingFunction = (log) => void

Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.55/node_modules/rolldown/dist/shared/define-config-MdVaFcie.d.mts:686

Parameters

log

RollupLog | string | () => RollupLog | string

Returns

void

Released under the MIT License.