UNPKG

isbn-bisac-tools

Version:

A toolkit for working with BISAC subject headings and ISBN lookups

8 lines (7 loc) 292 B
/** * Browse JSON files in the output directory * @param customOutputDir Optional custom output directory path * @returns Promise resolving to true if successful, false otherwise */ declare function browseJsonFiles(customOutputDir?: string): Promise<boolean>; export { browseJsonFiles };