UNPKG

clvm_tools

Version:

Javascript implementation of clvm_tools

24 lines (20 loc) 1.17 kB
"use strict"; /* Copyright 2019 Chia Network Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.run_program_for_search_paths = exports.run = exports.brun = void 0; var bindings_1 = require("./bindings"); Object.defineProperty(exports, "brun", { enumerable: true, get: function () { return bindings_1.brun; } }); Object.defineProperty(exports, "run", { enumerable: true, get: function () { return bindings_1.run; } }); var operators_1 = require("./operators"); Object.defineProperty(exports, "run_program_for_search_paths", { enumerable: true, get: function () { return operators_1.run_program_for_search_paths; } });