UNPKG

date-fns

Version:

Modern JavaScript date utility library

10 lines (9 loc) 284 B
import type { FormatDistanceFn } from "../../types.js"; export type FormatDistanceTokanRelativeValue = { one: string; other: string; }; export type FormatDistanceLocaleValue = | FormatDistanceTokanRelativeValue | string; export declare const formatDistance: FormatDistanceFn;