1
0
forked from jchomaz/Vulture
Files

3 lines
106 B
JavaScript
Raw Permalink Normal View History

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