@peertube/peertube-types
v7.0.0
Published
PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.
Downloads
1,084
Readme
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.