Skip to content

Commit 54caf02

Browse files
authored
Merge pull request MikeKovarik#71 from vip30/master
Add multiSegment in types format options
2 parents bc372f9 + 7127380 commit 54caf02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ interface FormatOptions {
2222
translateValues?: boolean,
2323
reviveValues?: boolean,
2424
parse?: boolean, // XMP only
25+
multiSegment?: boolean, // XMP and icc only
2526
}
2627

2728
interface Options extends FormatOptions {
@@ -112,4 +113,4 @@ declare const _default: {
112113
Exifr: Exifr;
113114
}
114115

115-
export default _default
116+
export default _default

0 commit comments

Comments
 (0)