picgo-plugin-gitee-uploader
Version:
picgo uploader for gitee
7 lines (6 loc) • 340 B
TypeScript
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;