Files

2 lines
66 B
TypeScript
Raw Permalink Normal View History

export default function merge(acc: object, item: object): object;