All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.helpers.esm.readOnlyError.js Maven / Gradle / Ivy

The newest version!
function _readOnlyError(r) {
  throw new TypeError('"' + r + '" is read-only');
}
export { _readOnlyError as default };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy