UNPKG

pubchem

Version:

pubchem simplifies the data retrieval from the PubChem API.

9 lines 334 B
import type { DataType } from '../CompoundData'; /** * Returns the computed data section of a compound * * @param data Data of a compound data request to the PubChem API * @returns Computed Data section */ export declare function getComputedDataSection(data: DataType): any[]; //# sourceMappingURL=getComputedDataSection.d.ts.map