-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Description
Hello,
I use proj4 and I saw that in the new version the types of the variables are defined inside the code and we might not need to import DefinitelyTyped/types/proj4 to get the deintiion of interne type.
But I don't know how to import them when importing proj4.
For instance I would be able to do something like :
import type { ProjectionDefinition } from 'proj4';
What I'm doing wrong ?
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels