astro.Variable.PERMIT_LOCKED_REGIONS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / astro / PERMIT_LOCKED_REGIONS

Variable: PERMIT_LOCKED_REGIONS

const PERMIT_LOCKED_REGIONS: readonly string[]

Defined in: src/astro/permit-locked-regions.ts:27

The permit-locked regions, sorted by name.

Remarks

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.

Example

import { PERMIT_LOCKED_REGIONS } from '@elite-dangerous-almanac/core/astro/permit-locked-regions';

PERMIT_LOCKED_REGIONS.slice(0, 3); // -> [ 'Bleia1', 'Bleia2', 'Bleia3' ]
⚠️ **GitHub.com Fallback** ⚠️