UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

5 lines (4 loc) 168 B
/** * Figuring out which properties of an object should be recursively iterated over when merging. */ export declare function isMergeableObject(value: any): boolean;