UNPKG

pubchem

Version:

pubchem simplifies the data retrieval from the PubChem API.

4 lines 242 B
import type { Options } from '../Compound'; import { Compound } from '../Compound'; export declare function compoundFromSmiles(smiles: any, options?: Pick<Options, 'cache'>): Promise<Compound>; //# sourceMappingURL=compoundFromSmiles.d.ts.map