UNPKG

@twurple/api

Version:

Interact with Twitch's API.

7 lines 230 B
import { CustomError } from '@twurple/common'; /** * Thrown whenever you try using invalid values in the client configuration. */ export declare class ConfigError extends CustomError { } //# sourceMappingURL=ConfigError.d.ts.map