1
0
forked from jchomaz/Vulture
Files

3 lines
104 B
JavaScript
Raw Permalink Normal View History

export default function _readOnlyError(name) {
throw new TypeError("\"" + name + "\" is read-only");
}