UNPKG

@roots/bud

Version:

Configurable, extensible build tools for modern single and multi-page web applications

10 lines (9 loc) 339 B
import type { BaseContext, CommandClass } from '@roots/bud-support/clipanion'; import { type Context } from '@roots/bud/context'; import { Builtins, Cli } from '@roots/bud-support/clipanion'; /** * {@link Cli} */ declare const application: Cli<BaseContext & Context>; export { application, Builtins, Cli }; export type { CommandClass };