Typescript ExifDateTime #111
-
I just started using exiftool-vendored, really incredible work. I'm having some typescript issues after reading my first file. I'm getting On the other hand, the method Any idea why this method is not being recognized? I'm on Mac OS 10.15.6, Node 16
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please check the typings:
You'll need to verify that |
Beta Was this translation helpful? Give feedback.
Please check the typings:
CreateDate
could be:undefined
string
, if the date is encoded with an invalid value (some manufacturers seem to enjoy the date "0000:00:00")ExifDateTime
You'll need to verify that
CreateDate
is aninstanceof ExifDateTime
before calling methods on that interface are allowed.