PeerTube/types
Chocobozzz 077f344891
Cleanup types dist before compilation
2021-12-16 18:03:52 +01:00
..
src refactor(types): create dedicated folder for types package src 2021-12-16 10:08:43 +01:00
README.md refactor(types): create dedicated folder for types package src 2021-12-16 10:08:43 +01:00
generate-package.ts Cleanup types dist before compilation 2021-12-16 18:03:52 +01:00
tsconfig.dist.json Fix some build scripts and lint 2021-12-16 10:08:43 +01:00
tsconfig.json refactor(types): create dedicated folder for types package src 2021-12-16 10:08:43 +01:00

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.