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