UNPKG

@edifice.io/utilities

Version:
7 lines (6 loc) 160 B
/** * * @param imageUrl : string * @returns workspace file path with timestamp */ export declare function addTimestampToImageUrl(imageUrl: string): string;