mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-12 20:04:57 +02:00
21 lines
506 B
JavaScript
21 lines
506 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "default", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _helperCompilationTargets.default;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "isBrowsersQueryValid", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _helperCompilationTargets.isBrowsersQueryValid;
|
|
}
|
|
});
|
|
var _helperCompilationTargets = require("@babel/helper-compilation-targets");
|
|
|
|
//# sourceMappingURL=targets-parser.js.map
|