UNPKG

pubchem

Version:

pubchem simplifies the data retrieval from the PubChem API.

4 lines 274 B
import type { Options } from '../../compound/Compound.js'; import { CompoundData } from '../CompoundData.js'; export declare function compoundDataFromCID(cid: string, options?: Pick<Options, 'cache'>): Promise<CompoundData>; //# sourceMappingURL=compoundDataFromCID.d.ts.map