UNPKG

picgo-plugin-oss

Version:

picgo beecloud oss uploader

9 lines (8 loc) 299 B
/// <reference types="node" /> import { IImgInfo } from 'picgo/dist/src/types'; export declare function formatPath(info: IImgInfo, format?: string): string; export declare function extractInfo(info: IImgInfo): Promise<{ body?: Buffer; contentType?: string; contentEncoding?: string; }>;