(withoutSuffix?: boolean)
| 17 | declare module 'dayjs' { |
| 18 | interface Dayjs { |
| 19 | fromNow(withoutSuffix?: boolean): string |
| 20 | from(compared: ConfigType, withoutSuffix?: boolean): string |
| 21 | toNow(withoutSuffix?: boolean): string |
| 22 | to(compared: ConfigType, withoutSuffix?: boolean): string |
no outgoing calls
no test coverage detected