www_hero/node_modules/tailwindcss/lib/util/hashConfig.js
sasha-astiadi 324d5960af hero_web
2024-05-03 06:39:20 +02:00

17 lines
403 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = hashConfig;
var _objectHash = _interopRequireDefault(require("object-hash"));
function hashConfig(config) {
return (0, _objectHash).default(config, {
ignoreUnknown: true
});
}
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}