UNPKG

fnbr

Version:

A library to interact with Epic Games' Fortnite HTTP and XMPP services

8 lines (7 loc) 174 B
/** * Represents an error thrown because a party does not exist */ declare class PartyNotFoundError extends Error { constructor(); } export default PartyNotFoundError;