| 1 | import { type } from 'arktype' |
| 2 | import * as v from 'valibot' |
| 3 | import * as z from 'zod/v4' |
| 4 | import { clone, findDeepMatches, get, getConstructor, isObject, isPropertyKey, isTypescriptObject, NullProtoObj } from './object' |
nothing calls this directly
no test coverage detected