Interface HexdumpOptions

Hierarchy

  • HexdumpOptions

Properties

ansi?: boolean

Whether ANSI colors should be used. Defaults to false.

header?: boolean

Whether a header should be included. Defaults to true.

length?: number

Limits how many bytes to dump.

offset?: number

Specifies byte offset of where to start dumping. Defaults to 0.

Generated using TypeDoc