UNPKG

tskew

Version:

TypeScript interface to Kew Gardens botanical data services

7 lines 459 B
import { SearchResult, QueryParam, FilterParam, RequestConfig } from "../core"; import { PowoTaxon } from "./types"; export declare function search(query?: string | QueryParam, filters?: FilterParam | FilterParam[], config?: RequestConfig): SearchResult<PowoTaxon>; export declare function lookup(id: string, include?: string[], config?: RequestConfig): Promise<PowoTaxon>; export * from "./types"; export * from "./terms"; //# sourceMappingURL=index.d.ts.map