source:
node_modules/@babel/runtime/helpers/esm/checkInRHS.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 219 bytes |
Line | |
---|---|
1 | import _typeof from "./typeof.js"; |
2 | export default function _checkInRHS(e) { |
3 | if (Object(e) !== e) throw TypeError("right-hand side of 'in' should be an object, got " + (null !== e ? _typeof(e) : "null")); |
4 | return e; |
5 | } |
Note:
See TracBrowser
for help on using the repository browser.