UNPKG

snowpack

Version:

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

4 lines (3 loc) 244 B
import { CommandOptions } from '../types'; export declare function addCommand(addValue: string, commandOptions: CommandOptions): Promise<void>; export declare function rmCommand(addValue: string, commandOptions: CommandOptions): Promise<void>;