source:
node_modules/@babel/runtime/helpers/nullishReceiverError.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 223 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | function _nullishReceiverError(r) { |
2 | throw new TypeError("Cannot set property of null or undefined."); | |
3 | } | |
4 | module.exports = _nullishReceiverError, module.exports.__esModule = true, module.exports["default"] = module.exports; |
Note:
See TracBrowser
for help on using the repository browser.