Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lavaclient/types
Typings for lavalink
https://github.com/lavaclient/types
Last synced: about 1 month ago
JSON representation
Typings for lavalink
- Host: GitHub
- URL: https://github.com/lavaclient/types
- Owner: lavaclient
- Created: 2021-08-07T23:56:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T04:24:08.000Z (over 2 years ago)
- Last Synced: 2024-10-16T10:31:06.586Z (2 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