市场夺宝奇兵
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
353 B

  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = _checkInRHS;
  6. function _checkInRHS(value) {
  7. if (Object(value) !== value) {
  8. throw TypeError("right-hand side of 'in' should be an object, got " + (value !== null ? typeof value : "null"));
  9. }
  10. return value;
  11. }
  12. //# sourceMappingURL=checkInRHS.js.map