materials.Variable.COMPONENT_MICRO_RESOURCES - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / materials / COMPONENT_MICRO_RESOURCES
constCOMPONENT_MICRO_RESOURCES: readonlyMicroResource[]
Defined in: src/materials/micro-resources-component.ts:32
Every component micro resource, in Frontier's registry order.
Every record has category: 'component'. The array and its records are frozen.
import { COMPONENT_MICRO_RESOURCES } from '@elite-dangerous-almanac/core/materials/micro-resources-component';
COMPONENT_MICRO_RESOURCES.find((resource) => resource.symbol === 'graphene')?.name; // -> 'Graphene'