Skip to content

Commit f054c67

Browse files
committed
Fix tests
1 parent c8e7ead commit f054c67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Pbf from 'pbf';
2-
import {type GeoJSONOptions, GeoJSONWrapper} from "./lib/geojson_wrapper";
2+
import {Feature, GEOJSON_TILE_LAYER_NAME, type GeoJSONOptions, GeoJSONWrapper} from "./lib/geojson_wrapper";
33
import geojsonvt from 'geojson-vt';
44
import {VectorTileFeatureLike, VectorTileLike, VectorTileLayerLike} from './lib/types';
55

@@ -179,7 +179,8 @@ function writeValue(value: string | boolean | number, pbf: Pbf) {
179179
export {
180180
GeoJSONWrapper,
181181
GeoJSONOptions,
182-
FeatureGEOJSON_TILE_LAYER_NAME,
182+
type Feature,
183+
GEOJSON_TILE_LAYER_NAME,
183184
type VectorTileFeatureLike,
184185
type VectorTileLike,
185186
type VectorTileLayerLike,

0 commit comments

Comments
 (0)