Periodic Table Database Schema - v0.7.1
    Preparing search index...

    Type Alias NuclideId<E>

    NuclideId: Brand<
        `${E}-${`${number}`
        | `${number}m`
        | `${number}m${number}`}`,
        "nuclideID",
    >

    Unique identifier for a nuclide, combining the element symbol with its mass number and isomer state.

    Type Parameters