Files
ragflow/web/src/pages/files/util.ts
balibabu 8ce5e69b2f Feat: Preview the file #3221 (#7355)
### What problem does this PR solve?

Feat: Preview the file #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
2025-04-27 18:50:24 +08:00

4 lines
75 B
TypeScript

export function isFolderType(type: string) {
return type === 'folder';
}