UNPKG
bookgrabs
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Interactive CLI tool for LibGen ebook searches and downloads with batch processing support
bookgrabs
/
src
/
search.d.ts
3 lines
(2 loc)
•
183 B
TypeScript
View Raw
1
2
3
import
{
SearchResult
,
SearchOptions
}
from
'./types.js'
;
export
function
searchLibGen
(
query: string, options?: SearchOptions, signal?: AbortSignal |
null
):
Promise
<
SearchResult
[]>;