UNPKG

@nucypher/taco

Version:

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

8 lines 537 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CoreContext = exports.CoreConditions = void 0; // Re-exporting core types to avoid confusion with taco types var nucypher_core_1 = require("@nucypher/nucypher-core"); Object.defineProperty(exports, "CoreConditions", { enumerable: true, get: function () { return nucypher_core_1.Conditions; } }); Object.defineProperty(exports, "CoreContext", { enumerable: true, get: function () { return nucypher_core_1.Context; } }); //# sourceMappingURL=types.js.map