UNPKG

itch-scraper

Version:

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

12 lines 468 B
import { AuthorInput, GameInput } from './inputs'; /** * Construct a game link from the input * @param input The game's url or title and author's name */ export declare const constructGameLink: (input: string | GameInput) => string; /** * Construct a game link from the input * @param input The game's url or title and author's name */ export declare const constructAuthorLink: (input: string | AuthorInput) => string; //# sourceMappingURL=constructLink.d.ts.map