UNPKG

cactive

Version:

Link in to the vast and epic CactiveNetwork ecosystem.

9 lines 248 B
declare const Errors: { INVALID_UUID: string; INVALID_ROLE: string; SOCKET_ERROR: string; INVALID_USER: string; }; export default function FetchError(error: keyof typeof Errors): Error; export {}; //# sourceMappingURL=error.d.ts.map