| import * as api from './api'; | |
| import * as dom from './dom'; | |
| import * as object from './object'; | |
| import * as shortcode from './shortcode'; | |
| import * as string from './string'; | |
| import * as unknown from './unknown'; | |
| export default { dom, string, shortcode, object, api, unknown }; | |