You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
483 B

2 years ago
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. Object.defineProperty(exports, "default", {
  6. enumerable: true,
  7. get: ()=>hashConfig
  8. });
  9. const _objectHash = /*#__PURE__*/ _interopRequireDefault(require("object-hash"));
  10. function _interopRequireDefault(obj) {
  11. return obj && obj.__esModule ? obj : {
  12. default: obj
  13. };
  14. }
  15. function hashConfig(config) {
  16. return (0, _objectHash.default)(config, {
  17. ignoreUnknown: true
  18. });
  19. }