mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-08-03 20:50:38 +08:00
8 lines
197 B
JavaScript
8 lines
197 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
function mocked(item, _deep) {
|
|
if (_deep === void 0) { _deep = false; }
|
|
return item;
|
|
}
|
|
exports.mocked = mocked;
|