google-maps-api-typings icon indicating copy to clipboard operation
google-maps-api-typings copied to clipboard

TypeScript typings for `@google/maps` Node.JS API project.

Results 2 google-maps-api-typings issues
Sort by recently updated
recently updated
newest added

When using `@types/google__maps` in a project, `tsc` seems to work without issue, however both [YousefED/typescript-json-schema](https://github.com/YousefED/typescript-json-schema) and [vega/ts-json-schema-generator](https://github.com/vega/ts-json-schema-generator) fail with `Cannot find name 'PromiseConstructor'`. This happens despite the fact that the...