UNPKG

youtube-moosick

Version:

Unofficial Youtube music API, fully written in TypeScript

5 lines 224 B
import { ClientError } from './client.error.js'; export declare class IllegalArgumentError extends ClientError { constructor(message: string, paramName?: string); } //# sourceMappingURL=illegalArgument.error.d.ts.map