UNPKG

@twurple/common

Version:

Common functions used by the `@twurple` library family.

10 lines 337 B
import { CustomError } from './CustomError'; /** * These are the kind of errors that should never happen. * * If you see one thrown, please file a bug in the GitHub issue tracker. */ export declare class HellFreezesOverError extends CustomError { constructor(message: string); } //# sourceMappingURL=HellFreezesOverError.d.ts.map