send-mail/node_modules/@actions/glob/lib/internal-search-state.js

11 lines
304 B
JavaScript
Raw Normal View History

2021-06-23 00:18:21 +07:00
"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