UNPKG

ts-ebml-esm

Version:
14 lines (11 loc) 247 B
import { Schema } from "../src"; declare module "matroska-schema" { interface MatroskaSchemaExport { byEbmlID: { [key: number]: Schema }; } const schema: MatroskaSchemaExport // @ts-expect-error TS2666 export = schema; }