UNPKG

@prezly/uploads

Version:

Types and utilities to handle uploaded files & images in Prezly

4 lines 162 B
import { isPlainObject } from 'is-plain-object'; export function isObject(value) { return value !== null && typeof value === 'object' && isPlainObject(value); }