UNPKG

node-jsx

Version:

transparently require() jsx from node

8 lines (6 loc) 89 B
class X { constructor() { throw new Error('wtf'); } } module.exports = new X();