UNPKG

novel-opds-now

Version:

按需生成 epub,此模組不使用排程任務來生成 epub

4 lines (3 loc) 272 B
import { ISiteIDsPlus } from '../types'; import { ITSKeyOfRecordExtractToKey } from 'ts-type/lib/helper/record'; export declare function _buildMap<T extends Record<string, any>>(siteID: ISiteIDsPlus, list: T[], key?: ITSKeyOfRecordExtractToKey<T, string>): Promise<void>;