amap-js-api-typings
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

amap-js-api-typings

npm version

Type definitions for JavaScript APIs of AMap in TypeScript

English | 简体中文

Installation

npm install amap-js-api-typings

Usage

Add the types package to your tsconfig.json file. For example:

{
  "compilerOptions": {
    "typeRoots" : [
      "./node_modules/@types",
      "./node_modules/amap-js-api-typings",
      "./typings",
    ]
  }
}

Or you could use it with triple-slash directive. For example:

// ./typings/global.d.ts
/// <reference types="amap-js-api-typings" />

Thanks

Special thanks to the @types/amap-js-api contributors, especially breeze9527.

Contributing

PRs accepted.

License

MIT © Qingrong Ke

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    5
    • latest

Version History

Package Sidebar

Install

npm i amap-js-api-typings

Weekly Downloads

11

Version

1.0.1

License

MIT

Unpacked Size

10.3 kB

Total Files

11

Last publish

Collaborators

  • dearke