📄 isFriday.d.cts
/home/palash/git/site/node_modules/date-fns/fp/isFriday.d.cts
Language: cts • Lines: 4
export declare const isFriday: import("./types.ts").FPFn1<
  boolean,
  string | number | Date
>;