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