UNPKG

@swc/helpers

Version:

External helpers for the swc project.

5 lines (4 loc) 138 B
export function _write_only_error(name) { throw new TypeError("\"" + name + "\" is write-only"); } export { _write_only_error as _ };