1
0
mirror of https://github.com/oven-sh/setup-bun.git synced 2025-04-12 00:00:10 +08:00
2022-07-12 09:00:22 +02:00

11 lines
304 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SearchState = void 0;
class SearchState {
constructor(path, level) {
this.path = path;
this.level = level;
}
}
exports.SearchState = SearchState;
//# sourceMappingURL=internal-search-state.js.map