maniiifest
Version:
Typesafe IIIF presentation v3 manifest and collection parsing without external dependencies
14 lines (13 loc) • 506 B
JavaScript
;
/**
* User-facing TypeScript types for the IIIF Presentation 3.0 API.
*
* AUTO-GENERATED — do not edit by hand.
* Regenerate with: npx ts-node scripts/generate-iiif-types.ts
*
* These types reflect real IIIF JSON structure and are intended for
* consumers of the maniiifest library who want type annotations in
* their own code without needing to understand the internal ATD
* discriminated-union representation.
*/
Object.defineProperty(exports, "__esModule", { value: true });