interface HeaderOptions

Header generation options

Properties

Include checksum placeholder (will be filled later)

optional
timestamp: Date

Custom timestamp (defaults to current time)

optional
customLines: string[]

Additional custom header lines

Usage

import { type HeaderOptions } from ".";