Skip to content

Commit

Permalink
feat: add multiSegment in format options
Browse files Browse the repository at this point in the history
  • Loading branch information
vip30 authored Jul 30, 2021
1 parent bc372f9 commit 7127380
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 7127380

Please sign in to comment.