1
0
Fork 0
peertube/types
Chocobozzz 9b3294a849 Fix some build scripts and lint 2021-12-16 10:08:43 +01:00
..
src
README.md
generate-package.ts Fix some build scripts and lint 2021-12-16 10:08:43 +01:00
tsconfig.dist.json Fix some build scripts and lint 2021-12-16 10:08:43 +01:00
tsconfig.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.