Chocobozzz 81d02aac56 Fix types package dependencies 2 yıl önce
..
src 6627dbc957 Move types package in packages/ 2 yıl önce
tests 6627dbc957 Move types package in packages/ 2 yıl önce
README.md 6627dbc957 Move types package in packages/ 2 yıl önce
generate-package.ts 81d02aac56 Fix types package dependencies 2 yıl önce
tsconfig.dist.json 6627dbc957 Move types package in packages/ 2 yıl önce
tsconfig.json 6627dbc957 Move types package in packages/ 2 yıl önce

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.