UNPKG

121 BJavaScriptView Raw
1'use strict';
2
3var go = module.exports = function foobar() {
4 throw new Error('shouldn\'t have called foobar ;)');
5};