PeerTube/packages/types-generator
Chocobozzz d8f846c69d
Add 'main' field to peertube types
2023-11-13 10:30:39 +01:00
..
src
tests
README.md
generate-package.ts Add 'main' field to peertube types 2023-11-13 10:30:39 +01:00
package.json
tsconfig.dist.json
tsconfig.json
tsconfig.types.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.