util.js 392 B

1234567891011
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.assertType = void 0;
  4. const util_1 = require("../node-to-fsa/util");
  5. const assertType = (type, method, klass) => {
  6. const length = type.length;
  7. for (let i = 0; i < length; i++)
  8. (0, util_1.assertName)(type[i], method, klass);
  9. };
  10. exports.assertType = assertType;
  11. //# sourceMappingURL=util.js.map