UNPKG

playwright-testrail-sync

Version:

TestRail Integration for Playwright with comprehensive logging and error handling

9 lines 254 B
/** * Content type detector * Handles MIME type detection for file attachments */ /** * Get content type based on file extension */ export declare function getContentType(filePath: string): string; //# sourceMappingURL=content-type-detector.d.ts.map