package.src.style-spec.validate.validate_paint_property.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mapbox-gl Show documentation
Show all versions of mapbox-gl Show documentation
A WebGL interactive maps library
The newest version!
import validateProperty from './validate_property';
export default function validatePaintProperty(options) {
return validateProperty(options, 'paint');
}