UNPKG

wgc

Version:

The official CLI tool to manage the GraphQL Federation Platform Cosmo

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