Sha256: eddd024f58cb2325af7a9c003b65407b2e615f43c5c5875aa58a595bd674ad1c
Contents?: true
Size: 631 Bytes
Versions: 5
Compression:
Stored size: 631 Bytes
Contents
import { Deprecation } from './deprecateOptions'; import { WarningHandler } from '../rollup/index'; export declare type GenericConfigObject = { [key: string]: any; }; export declare const commandAliases: { [key: string]: string; }; export default function mergeOptions({config, command: rawCommandOptions, deprecateConfig, defaultOnWarnHandler}: { config: GenericConfigObject; command?: GenericConfigObject; deprecateConfig?: GenericConfigObject; defaultOnWarnHandler?: WarningHandler; }): { inputOptions: any; outputOptions: any; deprecations: Deprecation[]; optionError: string | null; };
Version data entries
5 entries across 5 versions & 2 rubygems