UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

6 lines 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pluginCapabilitiesSchema = void 0; var plugin_schema_1 = require("../plugin.schema"); Object.defineProperty(exports, "pluginCapabilitiesSchema", { enumerable: true, get: function () { return plugin_schema_1.pluginCapabilitiesSchema; } }); //# sourceMappingURL=capabilities.js.map