UNPKG

tskew

Version:

TypeScript interface to Kew Gardens botanical data services

6 lines 334 B
import { SearchResult, RequestConfig } from "../core"; import { KplTaxon } from "./types"; export declare function search(query?: string, config?: RequestConfig): SearchResult<KplTaxon>; export declare function lookup(id: string, config?: RequestConfig): Promise<KplTaxon>; export * from "./types"; //# sourceMappingURL=index.d.ts.map