UNPKG

pubchem

Version:

pubchem simplifies the data retrieval from the PubChem API.

12 lines 505 B
import type { Options } from '../../compound/Compound'; import type { DataType } from '../CompoundData'; import type { ExperimentalData } from './extractExperimentalData'; /** * Returns the boiling point of a compound * * @param data Data of a compound data request to the PubChem API * @param options Options for the compound * @returns ExperimentalData */ export declare function getBoilingPoint(data: DataType, options?: Options): ExperimentalData[]; //# sourceMappingURL=getBoilingPoint.d.ts.map