UNPKG

@accounter/modern-poalim-scraper

Version:

A new architecture for Israeli bank scrapers to hopefully merge into [Israeli-bank-scrapers](https://github.com/eshaham/israeli-bank-scrapers) when they are ready

5 lines (4 loc) 149 B
export declare function validateSchema(jsonSchema: Record<string, unknown>, data: unknown): Promise<{ isValid: boolean; errors: unknown; }>;