Skip to content

traits.TypeAlias.DebugFunction

github-actions[bot] edited this page Jun 8, 2026 · 1 revision

@zenstone/ts-utils / traits / DebugFunction

Type Alias: DebugFunction

DebugFunction = (...args) => void

Defined in: src/traits/debuggable.ts:18

自定义调试输出函数签名

Parameters

args

...unknown[]

Returns

void

Clone this wiki locally