UNPKG

homm3-parsers

Version:

Collection of binary parsers able to parse various file formats related to Heroes of Might and Magic III

3 lines (2 loc) 115 B
import { H3MFile } from './contracts'; export declare const h3mFile: import("binary-markup").TagProducer<H3MFile>;