2 lines
80 B
TypeScript
2 lines
80 B
TypeScript
export declare function checkLocalMP3FileExists(src: string): Promise<boolean>;
|
export declare function checkLocalMP3FileExists(src: string): Promise<boolean>;
|