HduType
type HduType = "primary" | "image" | "bintable" | "table" | "unknown";Defined in: hdu/hdu.ts:8
The kind of an HDU, from its SIMPLE/XTENSION keyword. unknown is a
conforming extension of a type this library does not decode; its bytes are
still located and skipped so later HDUs remain reachable.