UNPKG

@klayr/utils

Version:

Library containing generic utility functions for use with Klayr-related software

6 lines (5 loc) 133 B
interface KVPair { [key: string]: any; } export declare const mergeDeep: (dest: KVPair, ...srcs: KVPair[]) => KVPair; export {};