Skip to content

Commit 7127380

Browse files
authored
feat: add multiSegment in format options
1 parent bc372f9 commit 7127380

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)