UNPKG

scss-bundle

Version:

Bundling SCSS files to one bundled file.

7 lines (6 loc) 250 B
import commander from "commander"; import { BundlerOptions } from "../contracts"; export interface Arguments extends BundlerOptions { config?: string; } export declare function resolveArguments(cmd: commander.Command, argv: string[]): Arguments;