index.js 64 B

12345
  1. "use strict";
  2. module.exports = {
  3. throw: require("./throw")
  4. };