secondsToMinutes.d.ts 89 Bytes
export declare const secondsToMinutes: import("./types.js").FPFn1<
  number,
  number
>;