getSeconds.d.ts 99 B

1234
  1. export declare const getSeconds: import("./types.js").FPFn1<
  2. number,
  3. string | number | Date
  4. >;