UNPKG

snowpack

Version:

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

4 lines (3 loc) 245 B
import type { CommandOptions, SnowpackBuildResult } from '../types'; export declare function build(commandOptions: CommandOptions): Promise<SnowpackBuildResult>; export declare function command(commandOptions: CommandOptions): Promise<unknown>;