import * as cookie from './cookie/index' import * as url from './url/index' import * as storage from './storage/index' export default { ...cookie, ...url, ...storage }