MCPcopy
hub / github.com/prisma/prisma / isObject

Function isObject

packages/client/scripts/colors.js:3–3  ·  packages/client/scripts/colors.js::isObject
(val)

Source from the content-addressed store, hash-verified

1class="st">'use strict'
2
3const isObject = (val) => val !== null && typeof val === class="st">'object' && !Array.isArray(val)
4
5class="cm">// this is a modified version of https://github.com/chalk/ansi-regex (MIT License)
6const ANSI_REGEX =

Callers 1

createFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected