UNPKG

pubchem

Version:

pubchem simplifies the data retrieval from the PubChem API.

9 lines 356 B
import type { ComputedData, DataType } from '../CompoundData'; /** * Returns the hydrogen bond donor count of a compound * * @param data Data of a compound data request to the PubChem API * @returns ComputedData */ export declare function getHydrogenBondDonorCount(data: DataType): ComputedData; //# sourceMappingURL=getHydrogenBondDonorCount.d.ts.map