UNPKG

@cpany/types

Version:
10 lines (7 loc) 161 B
import type { IHandle } from './dist/index.d'; export interface IHduMeta { hdu: { rank?: number; }; } export type IHandleWithHdu = IHandle & IHduMeta;