webforai
Version:
A library that provides a web interface for AI
6 lines (5 loc) • 365 B
TypeScript
export declare const isUrl: (maybeUrl: string) => boolean;
export declare function changeFileExtension(filePath: string, newExtension: string): string;
export declare function urlToFilename(url: string): string;
export declare const sourcePathToOutputPath: (sourcePath: string) => string;
export declare function getNextAvailableFilePath(filePath: string): string;