PeerTube/types
Chocobozzz b969539c83
Fix types dist paths
2021-12-24 13:28:33 +01:00
..
src Fix types dist paths 2021-12-24 13:28:33 +01:00
tests Fix types dist paths 2021-12-24 13:28:33 +01:00
README.md refactor(types): create dedicated folder for types package src 2021-12-16 10:08:43 +01:00
generate-package.ts Fix types dist paths 2021-12-24 13:28:33 +01:00
tsconfig.dist.json Fix types dist paths 2021-12-24 13:28:33 +01:00
tsconfig.json Fix types dist paths 2021-12-24 13:28:33 +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.