UNPKG

aurelia-validatejs

Version:

This is a plugin that will allow using validate.js in your Aurelia application for expressive validation.

18 lines (14 loc) 416 B
'use strict'; System.register(['./aurelia-validatejs'], function (_export, _context) { "use strict"; return { setters: [function (_aureliaValidatejs) { var _exportObj = {}; for (var _key in _aureliaValidatejs) { if (_key !== "default" && key !== "__esModule") _exportObj[_key] = _aureliaValidatejs[_key]; } _export(_exportObj); }], execute: function () {} }; });