Socket
Socket
Sign inDemoInstall

@yandex/ymaps3-types

Package Overview
Dependencies
3
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @yandex/ymaps3-types

Types for ymaps3 maps library


Version published
Weekly downloads
4.5K
decreased by-18.13%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

npm i @yandex/ymaps3-types -D

tsconfig.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/maps/jsapi/doc/3.0/dg/concepts/load.html

Keywords

FAQs

Last updated on 24 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc