Skip to content

Commit

Permalink
Merge pull request #71 from vip30/master
Browse files Browse the repository at this point in the history
Add multiSegment in types format options
  • Loading branch information
MikeKovarik authored Aug 5, 2021
2 parents bc372f9 + 7127380 commit 54caf02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ interface FormatOptions {
translateValues?: boolean,
reviveValues?: boolean,
parse?: boolean, // XMP only
multiSegment?: boolean, // XMP and icc only
}

interface Options extends FormatOptions {
Expand Down Expand Up @@ -112,4 +113,4 @@ declare const _default: {
Exifr: Exifr;
}

export default _default
export default _default

0 comments on commit 54caf02

Please sign in to comment.