Files
beenpad/node_modules/@vitest/utils/dist/chunk-_commonjsHelpers.js
2025-12-08 10:52:05 -05:00

6 lines
182 B
JavaScript

function getDefaultExportFromCjs(x) {
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
}
export { getDefaultExportFromCjs as g };