ChemPal Documentation - v1.6.0
    Preparing search index...

    Type Alias PubChemCID

    PubChemCID: number & { __pubchemCid: unique symbol }

    PubChem Compound ID (CID) for a product — a positive integer. Lightweight nominal (branded) type enforced at runtime by the isPubChemCID guard in typeGuards/common.ts, which narrows plain values to this type so setters can assign without casts.

    11413