UNPKG

mahler

Version:

A automated task composer and HTN based planner for building autonomous system agents

12 lines 651 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AssertionError = exports.assert = void 0; const assert_1 = require("assert"); // For now we use node assert here, but we will need to provide // a custom implementation or use a polyfill for the library to // support browsers. var assert_2 = require("assert"); Object.defineProperty(exports, "assert", { enumerable: true, get: function () { return assert_2.strict; } }); Object.defineProperty(exports, "AssertionError", { enumerable: true, get: function () { return assert_2.AssertionError; } }); exports.default = assert_1.strict; //# sourceMappingURL=assert.js.map