UNPKG

@wuwei-labs/srsly

Version:
49 lines 2.32 kB
"use strict"; /** * Instruction wrappers for SRSLY * @module instructions */ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./createContract"), exports); __exportStar(require("./updateContract"), exports); __exportStar(require("./closeContract"), exports); __exportStar(require("./deleteContract"), exports); __exportStar(require("./setDelegate"), exports); __exportStar(require("./acceptRental"), exports); __exportStar(require("./cancelRental"), exports); __exportStar(require("./closeRental"), exports); __exportStar(require("./releaseRental"), exports); __exportStar(require("./invalidateRental"), exports); __exportStar(require("./reserveRental"), exports); __exportStar(require("./deleteRental"), exports); __exportStar(require("./claimBorrower"), exports); __exportStar(require("./closeBorrower"), exports); __exportStar(require("./createBorrower"), exports); __exportStar(require("./deleteBorrower"), exports); __exportStar(require("./claimContract"), exports); __exportStar(require("./createContractThread"), exports); __exportStar(require("./closeContractThread"), exports); __exportStar(require("./deleteContractThread"), exports); __exportStar(require("./updateContractThread"), exports); __exportStar(require("./createConfig"), exports); __exportStar(require("./updateConfig"), exports); __exportStar(require("./deleteConfig"), exports); __exportStar(require("./createAffiliate"), exports); __exportStar(require("./approveAffiliate"), exports); __exportStar(require("./removeAffiliate"), exports); __exportStar(require("./updateAffiliate"), exports); //# sourceMappingURL=index.js.map