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

    Type Alias PrimerSequence<T>

    PrimerSequence: T & { __brand: "Primer"; __minLength: 10; __maxLength: 50 }

    Branded type for validated primer sequences with biological constraints

    Type Parameters

    • T extends string = string