Cristian Vrabie
Cristian Vrabie
I was following the convention from the original js package where you would need to import the [lib/util.js file](https://github.com/googlemaps/google-maps-services-js/blob/master/lib/util.js) if you wanted to use the functions. It does seem to...
According to this http://jbeard4.github.io/SCION-CORE/interfaces/__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_promise_d_.promiseconstructor.html PromiseConstructor should be part of ES2015 library. My project is targeting EsNext. Does google-maps-api-typings need to provide a tsconfig, or is this an issue in the...