📄 _read_only_error.cjs
/home/palash/git/site/node_modules/@swc/helpers/cjs/_read_only_error.cjs
Language: cjs • Lines: 6
"use strict";

function _read_only_error(name) {
    throw new TypeError("\"" + name + "\" is read-only");
}
exports._ = _read_only_error;