simple-squiggle

A restricted subset of Squiggle
Log | Files | Refs | README

writeOnlyError.js (106B)


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