UNPKG

twitch-js

Version:

Javascript library for the Twitch Messaging Interface.

6 lines (5 loc) 123 B
declare class BaseError extends Error { timestamp: Date; constructor(message: string); } export default BaseError;