'use strict'; import * as example from './example' import * as adapter from './adapter' export default { ...example, ...adapter, }