@versatiles/style
    Preparing search index...

    Type Alias SchemaBuilder

    A schema function as guessStyle sees it — osm, omt, or another schema's builder.

    type SchemaBuilder = {
        tileset: SchemaDescriptor;
    }
    Index