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