import type { ComPlainDate } from "../PlainDate.js"; /** Describes a function taking a plain-date object and returning the same. */ export type PlainDateMapFn = (date: T) => T; //# sourceMappingURL=function-signatures.d.ts.map