astro.Variable.PERMIT_LOCKED_REGIONS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / astro / PERMIT_LOCKED_REGIONS
constPERMIT_LOCKED_REGIONS: readonlystring[]
Defined in: src/astro/permit-locked-regions.ts:27
The permit-locked regions, sorted by name.
Each entry is both a hand-authored region name and the whole-token prefix used by system names inside it. The array is frozen at runtime.
import { PERMIT_LOCKED_REGIONS } from '@elite-dangerous-almanac/core/astro/permit-locked-regions';
PERMIT_LOCKED_REGIONS.slice(0, 3); // -> [ 'Bleia1', 'Bleia2', 'Bleia3' ]