index.js 76 B

12345
  1. var JSONError = require('./JSONError.js');
  2. module.exports = {
  3. JSONError
  4. };