setMilliseconds.d.ts 112 B

12345
  1. export declare const setMilliseconds: import("./types.js").FPFn2<
  2. Date,
  3. number,
  4. string | number | Date
  5. >;