FIN INIT
This commit is contained in:
16
node_modules/date-fns/fp/eachYearOfIntervalWithOptions.d.ts
generated
vendored
Normal file
16
node_modules/date-fns/fp/eachYearOfIntervalWithOptions.d.ts
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
export declare const eachYearOfIntervalWithOptions: import("./types.js").FPFn2<
|
||||
import("../eachYearOfInterval.js").EachYearOfIntervalResult<
|
||||
import("../fp.js").Interval<
|
||||
import("../fp.js").DateArg<Date>,
|
||||
import("../fp.js").DateArg<Date>
|
||||
>,
|
||||
| import("../eachYearOfInterval.js").EachYearOfIntervalOptions<Date>
|
||||
| undefined
|
||||
>,
|
||||
| import("../eachYearOfInterval.js").EachYearOfIntervalOptions<Date>
|
||||
| undefined,
|
||||
import("../fp.js").Interval<
|
||||
import("../fp.js").DateArg<Date>,
|
||||
import("../fp.js").DateArg<Date>
|
||||
>
|
||||
>;
|
Reference in New Issue
Block a user