UNPKG

youtube-moosick

Version:

Unofficial Youtube music API, fully written in TypeScript

5 lines 208 B
import { ClientError } from './client.error.js'; export declare class IllegalInvocationError extends ClientError { constructor(message: string); } //# sourceMappingURL=illegalInvocation.error.d.ts.map