UNPKG

pubchem

Version:

pubchem simplifies the data retrieval from the PubChem API.

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