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

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

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.*
}
```