pubchem
Version:
pubchem simplifies the data retrieval from the PubChem API.
9 lines • 332 B
TypeScript
import type { ComputedData, DataType } from '../CompoundData';
/**
* Returns the heavy atom count of a compound
*
* @param data Data of a compound data request to the PubChem API
* @returns Computed Data
*/
export declare function getHeavyAtomCount(data: DataType): ComputedData;
//# sourceMappingURL=getHeavyAtomCount.d.ts.map