UNPKG

@yandex/ymaps3-types

Version:

Types for ymaps3 maps library

26 lines (17 loc) 516 B
# Types for ymaps3 Maps JS API Type definitions for Yandex Maps JavaScript API (https://yandex.ru/dev/maps/jsapi/doc/3.0/). > Types are automatically generated based on source files. ## Getting started ```bash npm i @yandex/ymaps3-types -D ``` tsconfig.json ```json { "compilerOptions": { "types": ["@yandex/ymaps3-types"] } } ``` And you can use `ymaps3` global variable in your code. > Don't forget to connect the script with the Maps JS API: https://yandex.ru/dev/jsapi30/doc/en/dg/concepts/load/