index.js 113 B

1234567
  1. import * as Foundation from './Foundation'
  2. import * as RegExp from './RegExp'
  3. export {
  4. Foundation,
  5. RegExp
  6. }