UNPKG

@enspirit/emb

Version:

A replacement for our Makefile-for-monorepos

9 lines (8 loc) 275 B
import { FlavoredCommand } from '../index.js'; export default class DownCommand extends FlavoredCommand<typeof DownCommand> { static description: string; static enableJsonFlag: boolean; static examples: string[]; static flags: {}; run(): Promise<void>; }