UNPKG

contract-scraper

Version:

A customisable data scraper for the web based on JSON contracts

4 lines (3 loc) 124 B
import joi from 'joi'; declare const buildSchema: (allowedTypes: any) => joi.ObjectSchema<any>; export default buildSchema;