5 lines
287 B
JavaScript
5 lines
287 B
JavaScript
|
|
// This file is generated automatically by `scripts/build/fp.js`. Please, don't change it.
|
||
|
|
import fn from "../../eachWeekendOfInterval/index.js";
|
||
|
|
import convertToFP from "../_lib/convertToFP/index.js";
|
||
|
|
var eachWeekendOfInterval = convertToFP(fn, 1);
|
||
|
|
export default eachWeekendOfInterval;
|