UNPKG

youtube-moosick

Version:

Unofficial Youtube music API, fully written in TypeScript

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