mirror of
https://github.com/actions/setup-python.git
synced 2024-11-06 16:05:56 -05:00
11 lines
445 B
JavaScript
11 lines
445 B
JavaScript
"use strict";
|
|
var __importStar = (this && this.__importStar) || function (mod) {
|
|
if (mod && mod.__esModule) return mod;
|
|
var result = {};
|
|
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
|
result["default"] = mod;
|
|
return result;
|
|
};
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var hoisting = __importStar(require("./hoist-jest"));
|
|
exports.internals = [hoisting];
|