Genotype API Documentation - v0.1.0
    Preparing search index...

    Variable primerConst

    primer: PrimerTag = ...

    Primer sequence constructor with biological length constraints (10-50 bp).

    const covid = primer`ACCAGGAACTAATCAGACAAG`;
    const safe = primer.literal("ACCAGGAACTAATCAGACAAG"); // ✅ 21bp
    const short = primer.literal("ATCG"); // ❌ Compile error: length
    const bad = primer.literal("ACCAGGAACTXATCAGACAAG"); // ❌ Compile error: char