8 lines
302 B
JavaScript
8 lines
302 B
JavaScript
define("vs/_commonjsHelpers-98qg88fe", ["exports"], (function(exports) {
|
|
"use strict";
|
|
function getDefaultExportFromCjs(x) {
|
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
}
|
|
exports.getDefaultExportFromCjs = getDefaultExportFromCjs;
|
|
}));
|