-
Notifications
You must be signed in to change notification settings - Fork 0
traits.Function.debugTimeFlag
github-actions[bot] edited this page Jun 8, 2026
·
1 revision
@zenstone/ts-utils / traits / debugTimeFlag
debugTimeFlag(
date?):string
Defined in: src/traits/debuggable.ts:8
生成当前时间的调试时间戳字符串,格式为 HH:MM:SS.mmm。
Date | null
指定日期,默认使用 new Date()
string