what3words / w3w-node-wrapper

Node wrapper for the What3Words API
https://docs.what3words.com/api/v3/
MIT License
44 stars 10 forks source link

Resolve client import error #62

Closed imndaiga closed 1 year ago

imndaiga commented 1 year ago

Current package fails to import client, shown below:

../javascript/node_modules/@what3words/api/dist/lib/transport/model.d.ts:1:192 - error TS2307: Cannot find module 'client' or its corresponding type declarations.

1 import { AutosuggestResponse, AvailableLanguagesResponse, FeatureCollectionResponse, GridSectionGeoJsonResponse, GridSectionJsonResponse, LocationGeoJsonResponse, LocationJsonResponse } from 'client';
                                                                                                                                                                                                 ~~~~~~~~