UNPKG

@yellow-ticket/seed-json-schema

Version:

Seed a JSON Schema with random values.

4 lines (3 loc) 117 B
export function isObject(value) { return typeof value === 'object' && value !== null && !Array.isArray(value); }