Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 1.32 KB

README.en-US.md

File metadata and controls

39 lines (26 loc) · 1.32 KB

mini-types

We have published a new version of type declarations: https://github.com/ant-mini-program/api-typings.

it is more complete and accurate.


中文版本

npm package GitHub stars GitHub forks NPM downloads GitHub issues

TypeScript declarations for Alipay's mini program.

Install

npm install mini-types --save

Usage

Specify types option in the tsconfig.json file.

{
   "compilerOptions": {
      "types" : ["mini-types"]
   }
}

Contributing

We welcome all contributions. You can submit any ideas as pull requests or as a GitHub issue.