https://github.com/lavaclient/types
Typings for lavalink
https://github.com/lavaclient/types
Last synced: 8 months ago
JSON representation
Typings for lavalink
- Host: GitHub
- URL: https://github.com/lavaclient/types
- Owner: lavaclient
- Created: 2021-08-07T23:56:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T04:24:08.000Z (over 3 years ago)
- Last Synced: 2025-04-26T17:47:01.029Z (8 months ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

> Type definitions for [Lavalink](https://github.com/freyacodes/lavalink)
Installation
**Node.js v16** or newer is required.
##### Stable
```shell
yarn add @lavaclient/types // npm install
```
##### Beta
```shell
yarn add @lavaclient/types@beta // npm install
```
##### Deno
1. From GitHub
```typescript
import { Filter } from "https://raw.githubusercontent.com/lavaclient/types/main/deno/v3.ts"
```
## Acknowledgements
- [**discordjs/discord-api-types**](https://github.com/discordjs/discord-api-types) - for the neat scripts and project structure
---
lavaclient © 2018 - 2022