5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
export function extractAutoDetectedPreviewUrls(text: string) {
|
|
void text;
|
|
return [];
|
|
}
|