https://github.com/ymzuiku/native.d.ts
Typescript of native.js
https://github.com/ymzuiku/native.d.ts
Last synced: 5 months ago
JSON representation
Typescript of native.js
- Host: GitHub
- URL: https://github.com/ymzuiku/native.d.ts
- Owner: ymzuiku
- Created: 2018-08-16T11:04:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T11:15:49.000Z (over 6 years ago)
- Last Synced: 2024-04-24T16:11:01.376Z (about 1 year ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript of native.js
## 安装
```sh
npm install --save-dev native.d.ts
```或者
```sh
yarn add native.d.ts
```## 使用
```ts
import 'native.d.ts';document.addEventListener('plusready', runApp, false);
function runApp {
// use plus.*
}
```