Blame view

天文台pc/tianwentai-ui/node_modules/date-fns/fp/isWithinInterval.d.mts 143 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
  export declare const isWithinInterval: import("./types.js").FPFn2<
    boolean,
    import("../fp.js").Interval<Date>,
    string | number | Date
  >;