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) 133 B
/** * Determines whether the given value is a plain object. */ export declare function isPlainObject(value: any): value is object;