UNPKG

jsfitsio

Version:

FITS I/O javascript library.

5 lines 139 B
export interface FITSHeaderLine { val: string | number; comment: string | undefined; } //# sourceMappingURL=FITSHeaderLine.d.ts.map