TypeScript Sprawdź, czy ciąg to Base64, czy nie ścieżka do SRC

//Check if the string start with 'data:' and it should be a base64 string 
string.startsWith("data:"))
Cute Caterpillar