ant-design-vue/components/_util/interopDefault.js

5 lines
119 B
JavaScript
Raw Normal View History

2018-04-06 12:56:19 +00:00
// https://github.com/moment/moment/issues/3650
2019-01-12 03:33:27 +00:00
export default function interopDefault(m) {
return m.default || m;
2018-04-06 12:56:19 +00:00
}