import * as s from 'single-export'; import {five, compare} from 'multiple-exports'; export default compare(five, five);