Interface PmtilesModuleLike

The minimal slice of typeof import("pmtiles") the describe path needs.

interface PmtilesModuleLike {
    new PmtilesModuleLikenew (source: string | PmtilesSourceLike, cache?: unknown, decompress?: PmtilesDecompress): PmtilesArchiveLike;
}

Constructors

Constructors