linwenling
2023-07-24 181f5b75a26aa720557b063cfb8b9bf1f34e3ece
1
2
3
4
5
import _typeof from "./typeof.js";
export default function _checkInRHS(value) {
  if (Object(value) !== value) throw TypeError("right-hand side of 'in' should be an object, got " + (null !== value ? _typeof(value) : "null"));
  return value;
}