UNPKG

@swc/helpers

Version:

External helpers for the swc project.

7 lines (5 loc) 170 B
"use strict"; exports._ = exports._write_only_error = _write_only_error; function _write_only_error(name) { throw new TypeError("\"" + name + "\" is write-only"); }