UNPKG

pddl-workspace

Version:
14 lines 627 B
"use strict"; /* -------------------------------------------------------------------------------------------- * Copyright (c) Jan Dolejsi 2020. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------ */ Object.defineProperty(exports, "__esModule", { value: true }); exports.PddlFileParser = void 0; /** * Abstract PDDL file parser. Implement this interface. */ class PddlFileParser { } exports.PddlFileParser = PddlFileParser; //# sourceMappingURL=PddlFileParser.js.map