UNPKG

bookgrabs

Version:

Interactive CLI tool for LibGen ebook searches and downloads with batch processing support

3 lines (2 loc) 183 B
import { SearchResult, SearchOptions } from './types.js'; export function searchLibGen(query: string, options?: SearchOptions, signal?: AbortSignal | null): Promise<SearchResult[]>;