TypeScript definition files for Yandex Maps API
todo replace all void
with any
or just remove void
todo check all classes for correct interfaces/classes inheritance
According to TypeScript specification part 3.2.5 The Null Type
there is no need to describe null-return statements. Remove them all.
Replace all void
's with any