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

https://github.com/leancloud/typed-leancloud-jssdk

Typed define for leancloud-jssdk.
https://github.com/leancloud/typed-leancloud-jssdk

Last synced: about 1 month ago
JSON representation

Typed define for leancloud-jssdk.

Awesome Lists containing this project

README

          

# Typed Javascript Sdk

The type definition for [`leancloud-jssdk`](https://github.com/leancloud/javascript-sdk)

## LICENSE

MIT

## Contributing

```sh
# Fork this repo
npm install

npm run watch

# add tests, make changes, pass tests ... then [ctrl+c]
npm run publish
```

## Updating

Update `typings.json/version` to match the source version you are typing against.
e.g. if you are creating typings for `chai@3.5.0`, then:
```js
// typings.json
{
"version": "3.5.0"
// ...
}
```