UNPKG

pubchem

Version:

pubchem simplifies the data retrieval from the PubChem API.

7 lines 201 B
import type { DataType } from '../CompoundData'; export declare function getSMILES(data: DataType): { value: any; label: string; description: any; }; //# sourceMappingURL=getSMILES.d.ts.map