Interface PmtilesProtocolLike

The pmtiles.Protocol surface this module drives.

interface PmtilesProtocolLike {
    tile: unknown;
}

Properties

Properties

tile: unknown