UNPKG

json-schema-library

Version:

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation

2 lines (1 loc) 97 B
export declare const hasProperty: (value: Record<string, unknown>, property: string) => boolean;