UNPKG

picgo

Version:

A tool for image uploading

5 lines (4 loc) 214 B
import type { ConfigValue, IMergeResult } from './types'; export declare class ConfigMerger { static merge3Way(snapshot: ConfigValue, local: ConfigValue, remote: ConfigValue, keyName?: string): IMergeResult; }