/
githubmirror
/
stackwise
Обзор
Документация
Войти
/
githubmirror
/
stackwise
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tooling/tailwind-config/node_modules/tailwindcss/lib/util/hashConfig.js
21 строка
518 B
Silen Naihin
moving files to root
17 фев 2024, 21:26
17 фев 2024, 21:26
7f5dc43
Код
Авторство
О чём код?
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "default", { enumerable: true, get: function() { return hashConfig; } }); const _objecthash = /*#__PURE__*/ _interop_require_default(require("object-hash")); function _interop_require_default(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function hashConfig(config) { return (0, _objecthash.default)(config, { ignoreUnknown: true }); }