Skip to content

Commit

Permalink
use the new TS JSDoc import syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jul 11, 2024
1 parent 58a8e31 commit 1af4118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

import Point from '@mapbox/point-geometry';

/** @typedef {import('pbf').default} Pbf */
/** @typedef {import('geojson').Feature} Feature */
/** @import Pbf from 'pbf' */
/** @import {Feature} from 'geojson' */

export class VectorTileFeature {
/**
Expand Down

0 comments on commit 1af4118

Please sign in to comment.