mapbox-gl
Version:
A WebGL interactive maps library
10 lines (8 loc) • 370 B
JavaScript
/*
* Validate a style against the latest specification. This method is optimized
* to keep its bundle size small by refraining from requiring jslint or old
* style spec versions.
* @see validateStyleMin
* @deprecated This file exists for backwards compatibility and will be dropped in the next minor release.
*/
module.exports = require('../validate_style.min');