租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
352 B

6 months ago
  1. 'use strict';
  2. var copy = require('copy-to');
  3. copy(require('./function'))
  4. .and(require('./polyfill'))
  5. .and(require('./optimize'))
  6. .and(require('./crypto'))
  7. .and(require('./number'))
  8. .and(require('./string'))
  9. .and(require('./array'))
  10. .and(require('./json'))
  11. .and(require('./date'))
  12. .and(require('./object'))
  13. .and(require('./web'))
  14. .to(module.exports);