Chocobozzz d8f846c69d Add 'main' field to peertube types 5 months ago
..
src 3a4992633e Migrate server to ESM 8 months ago
tests 3a4992633e Migrate server to ESM 8 months ago
README.md 3a4992633e Migrate server to ESM 8 months ago
generate-package.ts d8f846c69d Add 'main' field to peertube types 5 months ago
package.json 3a4992633e Migrate server to ESM 8 months ago
tsconfig.dist.json 5a3d0650c9 server/server -> server/core 6 months ago
tsconfig.json 3a4992633e Migrate server to ESM 8 months ago
tsconfig.types.json 5a3d0650c9 server/server -> server/core 6 months ago

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.