UNPKG

piclist

Version:

Modified PicGo core, A tool for picture uploading

4 lines (3 loc) 256 B
import { IImgInfo, IPicGo } from '../../types'; export declare function getImageBuffer(img: IImgInfo): Buffer | undefined; export declare function getAndCheckConfig<T extends Record<string, any>>(ctx: IPicGo, picBedKey: string, requiredKeys: string[]): T;