UNPKG

chimi-scraper

Version:

A TypeScript library for scraping game data from itch.io with a clean, scalable architecture

14 lines 329 B
import { ItchIO } from './providers/games/itch'; export declare const GAMES: { ItchIO: typeof ItchIO; }; export * from './models'; export * from './utils'; export * from './providers'; declare const _default: { GAMES: { ItchIO: typeof ItchIO; }; }; export default _default; //# sourceMappingURL=index.d.ts.map