formatDistance.d.mts 111 B

12
  1. import type { FormatDistanceFn } from "../../types.js";
  2. export declare const formatDistance: FormatDistanceFn;