UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

11 lines 327 B
/** * Defines the repository of the plugin. * Used to know where to get the plugin from. */ export var PluginSource; (function (PluginSource) { PluginSource["NPM"] = "npm"; PluginSource["GITHUB"] = "github"; PluginSource["URL"] = "url"; })(PluginSource || (PluginSource = {})); //# sourceMappingURL=source.js.map