mkay.js 135 B

1234
  1. /* This will help assuring whether our source mapping works OK */
  2. module.exports = function mkay () {
  3. throw new Error ('mkay') }