5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
|
// https://github.com/moment/moment/issues/3650
|
||
|
export default function interopDefault(m) {
|
||
|
return m.default || m;
|
||
|
}
|