UNPKG

@liquid-js/qr-code-styling

Version:

Generate styled QR codes on web or in Node

5 lines (4 loc) 171 B
export type UnknownObject = { [key: string]: any; } | undefined; export declare function mergeDeep(target: UnknownObject, ...sources: UnknownObject[]): UnknownObject;