pubchem
Version:
pubchem simplifies the data retrieval from the PubChem API.
24 lines • 519 B
TypeScript
import type { DataType } from '../CompoundData.js';
export declare function getIdentifiers(data: DataType): {
formula: {
value: any;
label: string;
description: any;
};
inchi: {
value: any;
label: string;
description: any;
};
inchiKey: {
value: any;
label: string;
description: any;
};
smiles: {
value: any;
label: string;
description: any;
};
};
//# sourceMappingURL=getIdentifiers.d.ts.map