UNPKG

@solana/qr-code-styling

Version:

Add a style and an image to your QR code

3 lines (2 loc) 144 B
import { UnknownObject } from "../types"; export default function mergeDeep(target: UnknownObject, ...sources: UnknownObject[]): UnknownObject;