(path: string)
| 63 | } |
| 64 | |
| 65 | export function isArchivePlyPath(path: string): boolean { |
| 66 | return path.toLowerCase().endsWith('.ply'); |
| 67 | } |
| 68 | |
| 69 | export function isArchiveSplatPath(path: string): boolean { |
| 70 | return isSplatFilePath(path); |
no outgoing calls
no test coverage detected