UNPKG

wgc

Version:

The official CLI tool to manage the GraphQL Federation Platform Cosmo

5 lines (4 loc) 206 B
import { Command } from 'commander'; import { CommonGraphCommandOptions } from '../../../core/types/types.js'; declare const _default: (opts: CommonGraphCommandOptions) => Command; export default _default;