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
- Host: GitHub
- URL: https://github.com/thundernet8/miniprogram-types
- Owner: thundernet8
- License: mit
- Created: 2018-03-24T15:59:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T11:04:27.000Z (about 8 years ago)
- Last Synced: 2025-02-13T04:33:48.238Z (over 1 year ago)
- Topics: typings, wechat, wechat-app, wechat-mini-program
- Language: JavaScript
- Size: 149 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
