Here's a function I need to use in typescript code:
ol.inherits(child, parent);
How to add a definition for that function in OpenLayers.d.ts file?
https://github.com/borisyankov/DefinitelyTyped/blob/master/openlayers/openlayers.d.ts
Thank you in advance for any help!