1
0
Fork 0
peertube/packages/types
2021-12-28 15:10:55 +01:00
..
src
tests
generate-package.ts Fix types package dependencies 2021-12-28 15:10:55 +01:00
README.md
tsconfig.dist.json
tsconfig.json

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.