export function isGoogleDocument(url: string) { return /https:\/\/docs\.google\.com\/(?document|spreadsheets)\/d/.test( url, ); }