export function isLargerThan500kb(content: string) { return content.length > 500000; }