index.js 139 B

1234567
  1. let Foundation = require('./Foundation')
  2. let RegExp = require('./RegExp')
  3. module.exports = {
  4. Foundation: Foundation,
  5. RegExp: RegExp
  6. }