import moment from 'moment/moment' export function _moment(...args) { return moment(...args) }