UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

10 lines 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PluginBase = void 0; class PluginBase { constructor(ctx) { this.ctx = ctx; } } exports.PluginBase = PluginBase; //# sourceMappingURL=base.js.map