mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-09 11:13:03 +00:00
12 lines
249 B
JavaScript
12 lines
249 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = _writeOnlyError;
|
|
function _writeOnlyError(name) {
|
|
throw new TypeError('"' + name + '" is write-only');
|
|
}
|
|
|
|
//# sourceMappingURL=writeOnlyError.js.map
|