UNPKG

@sanity/mutator

Version:

A set of models to make it easier to utilize the powerful real time collaborative features of Sanity

4 lines (3 loc) 133 B
export function isRecord(value: unknown): value is {[key: string]: unknown} { return value !== null && typeof value === 'object' }