UNPKG

piclist

Version:

Modified PicGo core, A tool for picture uploading

6 lines (5 loc) 446 B
import type { BinaryLike } from 'node:crypto'; export declare function randomStringGenerator(length: number): string; export declare function renameFileNameWithTimestamp(oldName: string): string; export declare function renameFileNameWithRandomString(oldName: string, length?: number): string; export declare function renameFileNameWithCustomString(oldName: string, customFormat: string, affixFileName?: string, fileBuffer?: BinaryLike): string;