UNPKG

@kayahr/ed-journal

Version:

Typescript library to read/watch the player journal of Frontier's game Elite Dangerous

3 lines (2 loc) 396 B
/** Star types */ export type StarType = "A" | "A_BlueWhiteSuperGiant" | "AeBe" | "B" | "B_BlueWhiteSuperGiant" | "CN" | "D" | "DA" | "DAB" | "DAV" | "DAZ" | "DB" | "DBV" | "DC" | "DCV" | "DQ" | "F" | "F_WhiteSuperGiant" | "G" | "H" | "K" | "K_OrangeGiant" | "L" | "M" | "M_RedGiant" | "M_RedSuperGiant" | "MS" | "N" | "O" | "S" | "SupermassiveBlackHole" | "T" | "TTS" | "W" | "WC" | "WO" | "Y";