registration
This commit is contained in:
13
frontend/style/node_modules/date-fns/fp/roundToNearestMinutes.js
generated
vendored
13
frontend/style/node_modules/date-fns/fp/roundToNearestMinutes.js
generated
vendored
@@ -1,8 +1,9 @@
|
||||
"use strict";
|
||||
exports.roundToNearestMinutes = void 0;
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
var _index = require("../roundToNearestMinutes.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { roundToNearestMinutes as fn } from "../roundToNearestMinutes.js";
|
||||
import { convertToFP } from "./_lib/convertToFP.js";
|
||||
|
||||
const roundToNearestMinutes = (exports.roundToNearestMinutes = (0,
|
||||
_index2.convertToFP)(_index.roundToNearestMinutes, 1));
|
||||
export const roundToNearestMinutes = convertToFP(fn, 1);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default roundToNearestMinutes;
|
||||
|
||||
Reference in New Issue
Block a user