7 lines
181 B
JavaScript
7 lines
181 B
JavaScript
/**
|
|
* Interop between "export default" and "module.exports".
|
|
*/ export function interopDefault(mod) {
|
|
return mod.default || mod;
|
|
}
|
|
|
|
//# sourceMappingURL=interop-default.js.map
|