kremalicious/blog

View on GitHub
src/lib/exif/format.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Function formatExif has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

export function formatExif(exifData: FastExif): ExifFormatted | undefined {
  if (!exifData?.exif) return

  const { Model: model } = exifData.image as { Model: string }
  const {
Severity: Minor
Found in src/lib/exif/format.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status