UNPKG

@mapbox/mapbox-gl-style-spec

Version:

a specification for mapbox gl styles

10 lines (8 loc) 191 B
import type {StyleSpecification} from './types'; export default function emptyStyle(): StyleSpecification { return { version: 8, layers: [], sources: {} }; }