fourmovie's picture
update space
bce29b9
export function isUrl(modelOrUrl: string): boolean {
return /^http(s?):/.test(modelOrUrl) || modelOrUrl.startsWith("/");
}