This commit is contained in:
10
node_modules/@mapbox/mapbox-gl-style-spec/validate/validate_layout_property.js
generated
vendored
Normal file
10
node_modules/@mapbox/mapbox-gl-style-spec/validate/validate_layout_property.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// @flow
|
||||
|
||||
import validateProperty from './validate_property.js';
|
||||
|
||||
import type ValidationError from '../error/validation_error.js';
|
||||
import type {PropertyValidationOptions} from './validate_property.js';
|
||||
|
||||
export default function validateLayoutProperty(options: PropertyValidationOptions): Array<ValidationError> {
|
||||
return validateProperty(options, 'layout');
|
||||
}
|
||||
Reference in New Issue
Block a user