registration
This commit is contained in:
17
frontend/style/node_modules/date-fns/fp/eachHourOfIntervalWithOptions.d.ts
generated
vendored
17
frontend/style/node_modules/date-fns/fp/eachHourOfIntervalWithOptions.d.ts
generated
vendored
@@ -1,5 +1,16 @@
|
||||
export declare const eachHourOfIntervalWithOptions: import("./types.js").FPFn2<
|
||||
Date[],
|
||||
import("../eachHourOfInterval.js").EachHourOfIntervalOptions | undefined,
|
||||
import("../fp.js").Interval<Date>
|
||||
import("../eachHourOfInterval.js").EachHourOfIntervalResult<
|
||||
import("../fp.js").Interval<
|
||||
import("../fp.js").DateArg<Date>,
|
||||
import("../fp.js").DateArg<Date>
|
||||
>,
|
||||
| import("../eachHourOfInterval.js").EachHourOfIntervalOptions<Date>
|
||||
| undefined
|
||||
>,
|
||||
| import("../eachHourOfInterval.js").EachHourOfIntervalOptions<Date>
|
||||
| undefined,
|
||||
import("../fp.js").Interval<
|
||||
import("../fp.js").DateArg<Date>,
|
||||
import("../fp.js").DateArg<Date>
|
||||
>
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user