@jivanf/vest
Version:
Declarative Form Validations Framework
32 lines (25 loc) • 984 B
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('n4s/compounds')) :
typeof define === 'function' && define.amd ? define(['exports', 'n4s/compounds'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.compounds = {}, global.compounds));
})(this, (function (exports, compounds) { 'use strict';
function _interopNamespaceDefault(e) {
var n = Object.create(null);
if (e) {
Object.keys(e).forEach(function (k) {
if (k !== 'default') {
var d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: function () { return e[k]; }
});
}
});
}
n.default = e;
return Object.freeze(n);
}
var compounds__namespace = /*#__PURE__*/_interopNamespaceDefault(compounds);
exports.compounds = compounds__namespace;
}));
//# sourceMappingURL=compounds.development.js.map