import Core from './core' /** * Factory function for creating a new * instance of the core. * @returns { object } new Core instance */ export default () => new Core()