verifyPlainObject.d.ts 107 B

1
  1. export default function verifyPlainObject(value: unknown, displayName: string, methodName: string): void;