bpms_site/.svn/pristine/dc/dc13c8fadb754bdb2be50fd74616334f98ab4e29.svn-base
2025-11-02 16:38:49 +03:30

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