in src/utils.ts [42:46]
export function isGeoJsonSource( source: AnySourceImpl ): source is GeoJSONSource { return source.type === "geojson"; }