blob: bbee8160c84ea0b2abb6f5556a4b3a979caccd22 [file] [log] [blame]
/**
* Pure function - doesn't mutate either parameter!
* Uses the default options and overrides with the options provided by the user
* @param defaultOptions the defaults
* @param userOptions the user opts
* @returns the options with defaults
*/
export declare function applyDefault<TUser extends unknown[], TDefault extends TUser>(defaultOptions: TDefault, userOptions: TUser | null): TDefault;
//# sourceMappingURL=applyDefault.d.ts.map