UNPKG

@wulperstudio/cms

Version:
5 lines 212 B
import _typeof from "@babel/runtime/helpers/esm/typeof"; export function matchIsObject(value) { return _typeof(value) === 'object' && !Array.isArray(value) && value !== null; } export var getKeys = Object.keys;