MCPcopy
hub / github.com/iamkun/dayjs / RelativeTimeThreshold

Interface RelativeTimeThreshold

types/plugin/relativeTime.d.ts:3–7  ·  types/plugin/relativeTime.d.ts::RelativeTimeThreshold

Source from the content-addressed store, hash-verified

1import { PluginFunc, ConfigType } from class="st">'dayjs'
2
3declare interface RelativeTimeThreshold {
4 l: string
5 r?: number
6 d?: string
7}
8
9declare interface RelativeTimeOptions {
10 rounding?: (num: number) => number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected