Skip to content

sebastien-allard/npm-iscroll

 
 

Repository files navigation

Typed Iscroll

The type definition for iscroll

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 package.json/version to match the source version you are typing against. e.g. if you are creating typings for [email protected], then:

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.9%
  • TypeScript 29.1%