UNPKG

@easyscrape/core

Version:

EasyScrape is a NodeJS module designed to be integrated into your web scraping project. With it, you can more easily get information from the web from a JSON object to organized data, as a REST API could give you!

6 lines (5 loc) 277 B
export default class ESQueriesManagerUtils { static readGetParam(ArraySize: number, param: string): Array<number>; static getIndexesFrom(ArraySize: number, query: string): number[]; static isArrayOf(array: Array<any>, type: string | Array<string>): boolean; }