UNPKG

picgo-plugin-gitee-uploader

Version:
7 lines (6 loc) 340 B
import { ImgType, ImgZipType } from './interface'; export declare function getNow(): string; export declare function zip(img: ImgType): ImgZipType; export declare function unzip(img: ImgZipType): ImgType; export declare function pathJoin(...arg: any[]): any; export declare function getPath(path: string, customPath: string): string;