UNPKG

@swc/helpers

Version:

External helpers for the swc project.

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