📝 Commit Details:
This commit is contained in:
10
backend/node_modules/date-fns/fp/getDayWithOptions.cjs
generated
vendored
Normal file
10
backend/node_modules/date-fns/fp/getDayWithOptions.cjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
exports.getDayWithOptions = void 0;
|
||||
|
||||
var _index = require("../getDay.cjs");
|
||||
var _index2 = require("./_lib/convertToFP.cjs"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const getDayWithOptions = (exports.getDayWithOptions = (0, _index2.convertToFP)(
|
||||
_index.getDay,
|
||||
2,
|
||||
));
|
Reference in New Issue
Block a user