apextab-api
Version:
A simple Node.js Wrapper for the *Apex Legends* API provided by ApexTab.
12 lines (11 loc) • 417 B
TypeScript
export declare enum Legend {
Bangalore = "Bangalore",
Bloodhound = "Bloodhound",
Caustic = "Caustic",
Gibraltar = "Gibraltar",
Lifeline = "Lifeline",
Mirage = "Mirage",
Pathfinder = "Pathfinder",
Wraith = "Wraith"
}
export declare const ResolveLegend: (data: "Bangalore" | "Bloodhound" | "Caustic" | "Gibraltar" | "Lifeline" | "Mirage" | "Pathfinder" | "Wraith") => Legend;