UNPKG

pubchem

Version:

pubchem simplifies the data retrieval from the PubChem API.

13 lines 507 B
import type { Options } from '../../compound/Compound'; import type { DataType } from '../CompoundData'; /** * * * @export * @param {Object} data response of a compound data request to the PubChem API * @param {object} [options={}] * @param {object} [options.targetUnits] * @returns {ExperimentalData} */ export declare function getFlashPoint(data: DataType, options?: Pick<Options, 'temperature'>): import("./extractExperimentalData").ExperimentalData[]; //# sourceMappingURL=getFlashPoint.d.ts.map