NearestToUnitOptions
import type { NearestToUnitOptions } from "https://esm.sh/v135/date-fns@3.6.0/index.d.mts";
The nearest unit function options. Used to build function options.
interface NearestToUnitOptions <Unit extends number> {
nearestTo?: Unit;
}