mirror of https://github.com/Chocobozzz/PeerTube
90859f2b61 | ||
---|---|---|
.. | ||
src | ||
tests | ||
README.md | ||
generate-package.ts | ||
package.json | ||
rollup.config.js | ||
tsconfig.dist-tmp.json | ||
tsconfig.json | ||
tsconfig.types.json |
README.md
PeerTube typings
These Typescript types are mainly used to write PeerTube plugins.
Installation
Npm:
npm install --save-dev @peertube/peertube-types
Yarn:
yarn add --dev @peertube/peertube-types
Usage
See contribute-plugins Typescript section of the doc.