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.
- Host: GitHub
- URL: https://github.com/leancloud/typed-leancloud-jssdk
- Owner: leancloud
- License: mit
- Created: 2016-05-18T06:56:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T07:42:21.000Z (almost 10 years ago)
- Last Synced: 2025-10-18T18:39:54.534Z (5 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
// ...
}
```