UNPKG

itch-scraper

Version:

Itch scraper is a scraping tool to get data from itch.io pages.

8 lines 270 B
export declare type linkType = 'game' | 'author'; /** * Check if the given link is valid * @param link The link to check * @param type The type of link */ export declare const checkLink: (link: string, type: linkType) => void; //# sourceMappingURL=checkLink.d.ts.map