UNPKG

synthra-client

Version:

A user-friendly Lavalink client designed for NodeJS.

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