Skip to content

Type Alias: LogOrStringHandler()

ts
type LogOrStringHandler = (level, log) => void

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:48

Parameters

level

"error" | "warn" | "info" | "debug"

log

string | RolldownLog

Returns

void

Released under the MIT License.