Skip to content

CatchLabs/typed-leancloud-storage

 
 

Repository files navigation

Typed Javascript Sdk

The type definition for leancloud-storage

LICENSE

MIT

Contributing

# 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:

// typings.json
{
  "version": "3.5.0"
  // ...
}

About

LeanCloud-Storage NPM 的 TypeScript 的定义文件。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%