UNPKG

microdata-parser-ts

Version:

Microdata parser. Extract and parse microdata from any website

3 lines (2 loc) 137 B
import { CheerioAPI, Element } from 'cheerio'; export declare const getPropValue: (api: CheerioAPI, tag: Element) => string | undefined;