An open API service indexing awesome lists of open source software.

https://github.com/thundernet8/miniprogram-types

Typings for miniprogram
https://github.com/thundernet8/miniprogram-types

typings wechat wechat-app wechat-mini-program

Last synced: 10 months ago
JSON representation

Typings for miniprogram

Awesome Lists containing this project

README

          

## miniprogram-types

Typings for miniprogram with mpvue

## Usage

```js
import { wx, getApp } from 'miniprogram-types';

wx.navigateTo({
url: ''
});

const app = getApp();
```

## ScreenShot

![types](screenshots/typings.png)