pubchem
Version:
pubchem simplifies the data retrieval from the PubChem API.
10 lines • 421 B
TypeScript
import type { ComputedData, DataType } from '../CompoundData';
/**
* Returns the number properties of a compound
*
* @param data Data of a compound data request to the PubChem API
* @param sectionName Name of the section to get the data from
* @returns Computed Data
*/
export declare function getNumberProperties(data: DataType, sectionName: string): ComputedData;
//# sourceMappingURL=getNumberProperties.d.ts.map