Chocobozzz d8f846c69d Add 'main' field to peertube types il y a 10 mois
..
src 3a4992633e Migrate server to ESM il y a 1 an
tests 3a4992633e Migrate server to ESM il y a 1 an
README.md 3a4992633e Migrate server to ESM il y a 1 an
generate-package.ts d8f846c69d Add 'main' field to peertube types il y a 10 mois
package.json 3a4992633e Migrate server to ESM il y a 1 an
tsconfig.dist.json 5a3d0650c9 server/server -> server/core il y a 11 mois
tsconfig.json 3a4992633e Migrate server to ESM il y a 1 an
tsconfig.types.json 5a3d0650c9 server/server -> server/core il y a 11 mois

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.