UNPKG

@visulima/api-platform

Version:

Visulima API platform is a set of tools to build and consume web APIs

6 lines (3 loc) 162 B
import { Command } from 'commander'; declare const listCommand: (program: Command, commandName?: string, description?: string) => void; export { listCommand };