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