3 lines
104 B

  1. define(['validator-core', 'validator-lang'], function (Validator, undefined) {
  2. return Validator;
  3. });