aurelia-validatejs
Version:
This is a plugin that will allow using validate.js in your Aurelia application for expressive validation.
16 lines (15 loc) • 447 B
JavaScript
define(['exports', './aurelia-validatejs'], function (exports, _aureliaValidatejs) {
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.keys(_aureliaValidatejs).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _aureliaValidatejs[key];
}
});
});
});