ships.Variable.SHIPS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / SHIPS
constSHIPS: readonlyShip[]
Defined in: src/ships/ships.ts:160
Every player-flyable ship hull, in Frontier's shipyard order — roughly the order the hulls were introduced, beginning with the Sidewinder.
import { SHIPS } from '@elite-dangerous-almanac/core/ships/ships';
SHIPS.find((s) => s.symbol === 'Anaconda')?.name; // -> 'Anaconda'