UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

8 lines (7 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isRecord = void 0; var isRecord = thing => !!thing && typeof thing === 'object' && !Array.isArray(thing); exports.isRecord = isRecord;