UNPKG

pubchem

Version:

pubchem simplifies the data retrieval from the PubChem API.

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