UNPKG

snowpack

Version:

The ESM-powered frontend build tool. Fast, lightweight, unbundled.

3 lines (2 loc) 123 B
import { CommandOptions } from '../types'; export declare function command(commandOptions: CommandOptions): Promise<void>;