We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f1e7b commit cd5e251Copy full SHA for cd5e251
src/validate/validate_projection-mode.ts
@@ -2,7 +2,7 @@ import ValidationError from '../error/validation_error';
2
import getType from '../util/get_type';
3
import v8 from '../reference/v8.json' with {type: 'json'};
4
import {ProjectionType, StyleSpecification} from '../types.g';
5
-import { isPrimitiveProjection, isProjectionTransition, isProjectionType } from '../util/projection';
+import {isPrimitiveProjection, isProjectionTransition, isProjectionTyp} from '../util/projection';
6
7
interface ValidateProjectionOptions {
8
sourceName?: string;
0 commit comments