2021-11-09 06:49:08 -06:00
|
|
|
# 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
|
|
|
|
|
2023-02-23 02:46:43 -06:00
|
|
|
> See [contribute-plugins](https://docs.joinpeertube.org/contribute/plugins#typescript) **Typescript** section of the doc.
|