parseDcborItem as a Result instead of a throw. Every string is an outcome; a src that is not a string or an option of the wrong type still throws TypeError.
parseDcborItem
Result
src
TypeError
Optional
parseDcborItemas aResultinstead of a throw. Every string is an outcome; asrcthat is not a string or an option of the wrong type still throwsTypeError.