Array of objects containing data about presidents.
Finds a president using their exact name (as used in our data sample).
Gets a random president.
Searches presidents by name.
Searches presidents by their birth/death year.
Searches presidents by their start and/or end term year.
Generated using TypeDoc
The party type, used in President interface and
searchPresidentsByParty()
function.