UNPKG

mapbox-gl

Version:
7 lines (4 loc) 168 B
const validateProperty = require('./validate_property'); module.exports = function validatePaintProperty(options) { return validateProperty(options, 'paint'); };