pubchem
Version:
pubchem simplifies the data retrieval from the PubChem API.
9 lines • 304 B
TypeScript
import type { DataType } from './CompoundData';
/**
* Returns all references cited in the PubChem entry
*
* @param data Data of a compound data request to the PubChem API
* @returns References
*/
export declare function getReferences(data: DataType): any;
//# sourceMappingURL=getReferences.d.ts.map