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