diff options
Diffstat (limited to 'alarm/node_modules/@babel/runtime/helpers/readOnlyError.js')
-rw-r--r-- | alarm/node_modules/@babel/runtime/helpers/readOnlyError.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alarm/node_modules/@babel/runtime/helpers/readOnlyError.js b/alarm/node_modules/@babel/runtime/helpers/readOnlyError.js new file mode 100644 index 0000000..6637a0e --- /dev/null +++ b/alarm/node_modules/@babel/runtime/helpers/readOnlyError.js @@ -0,0 +1,4 @@ +function _readOnlyError(name) { + throw new TypeError("\"" + name + "\" is read-only"); +} +module.exports = _readOnlyError, module.exports.__esModule = true, module.exports["default"] = module.exports;
\ No newline at end of file |