Variable SINGLE_LETTER_CODE_ALT_CODONS_MAPConst

SINGLE_LETTER_CODE_ALT_CODONS_MAP: Record<string, readonly string[]> = ...

Static mapping of single letter codes to their corresponding codon arrays. Uses string arrays instead of RNA objects for better performance.