UNPKG

style-dictionary

Version:

Style once, use everywhere. A build system for creating cross-platform styles.

2 lines (1 loc) 97 B
export function deepmerge<T>(target: Partial<T>, source: Partial<T>, dedupeArrays?: boolean): T;