bpms_site/.svn/pristine/0d/0d88b0c8e658e2329fccd61320e50143e80904db.svn-base
2025-11-02 16:38:49 +03:30

7 lines
166 B
Plaintext

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