isThursday.d.mts 100 Bytes
export declare const isThursday: import("./types.js").FPFn1<
  boolean,
  string | number | Date
>;