UNPKG

calibre-db

Version:

<description>

10 lines (9 loc) 240 B
/** * Created by user on 2020/1/14. */ import Bluebird from 'bluebird'; import { IFindLibrarys } from './types'; export declare function findLibrarys(options: { cwd: string; }): Bluebird<IFindLibrarys[]>; export default findLibrarys;