UNPKG

awesome-ajv-errors

Version:
3 lines (2 loc) 156 B
import { DataPath } from "./data-path.js"; export declare function getPossibleProperties(schema: any, identifiedPath: DataPath): Array<string> | undefined;