UNPKG

synthra-client

Version:

A user-friendly Lavalink client designed for NodeJS.

8 lines (7 loc) 298 B
import { PlayerOptions } from "../structures/Player"; /** * Validates the provided PlayerOptions object. * @param options - The options to validate. * @throws {TypeError} Throws if any required option is missing or invalid. */ export default function playerCheck(options: PlayerOptions): void;