date-fns
Version:
Modern JavaScript date utility library
5 lines • 311 B
JavaScript
// This file is generated automatically by `scripts/build/fp.js`. Please, don't change it.
import fn from "../../getOverlappingDaysInIntervals/index.js";
import convertToFP from "../_lib/convertToFP/index.js";
var getOverlappingDaysInIntervals = convertToFP(fn, 2);
export default getOverlappingDaysInIntervals;