UNPKG

@nucypher/taco

Version:

### [`nucypher/taco-web`](../../README.md)

10 lines 976 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.returnValueTestSchema = exports.blockchainReturnValueTestSchema = exports.paramOrContextParamSchema = exports.contextParamSchema = void 0; var context_1 = require("./schemas/context"); Object.defineProperty(exports, "contextParamSchema", { enumerable: true, get: function () { return context_1.contextParamSchema; } }); Object.defineProperty(exports, "paramOrContextParamSchema", { enumerable: true, get: function () { return context_1.paramOrContextParamSchema; } }); var return_value_test_1 = require("./schemas/return-value-test"); Object.defineProperty(exports, "blockchainReturnValueTestSchema", { enumerable: true, get: function () { return return_value_test_1.blockchainReturnValueTestSchema; } }); Object.defineProperty(exports, "returnValueTestSchema", { enumerable: true, get: function () { return return_value_test_1.returnValueTestSchema; } }); //# sourceMappingURL=shared.js.map