| 1 | import { PluginFunc, ConfigType } from class="st">'dayjs' |
| 2 | |
| 3 | declare interface RelativeTimeThreshold { |
| 4 | l: string |
| 5 | r?: number |
| 6 | d?: string |
| 7 | } |
| 8 | |
| 9 | declare interface RelativeTimeOptions { |
| 10 | rounding?: (num: number) => number |
nothing calls this directly
no outgoing calls
no test coverage detected