pubchem
Version:
pubchem simplifies the data retrieval from the PubChem API.
10 lines • 492 B
TypeScript
import type { Options } from '../../compound/Compound';
import type { DataType } from '../CompoundData';
/**
* Returns the melting 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 getMeltingPoint(data: DataType, options?: Pick<Options, 'temperature'>): import("./extractExperimentalData").ExperimentalData[];
//# sourceMappingURL=getMeltingPoint.d.ts.map