UNPKG

@adapty/capacitor

Version:
8 lines (7 loc) 267 B
/** * Universal method for merging options with defaults * @param options - input options * @param defaults - default values * @returns merged object with TResult type */ export declare function mergeOptions<TResult = any>(options: any, defaults: any): TResult;