UNPKG

duck-duck-scrape

Version:

Search from DuckDuckGo and use it's spice APIs.

20 lines (19 loc) 759 B
export * from './search/images'; export * from './search/news'; export * from './search/search'; export * from './search/videos'; export * from './spices/currency'; export * from './spices/dictionary/audio'; export * from './spices/dictionary/definition'; export * from './spices/dictionary/hyphenation'; export * from './spices/dictionary/pronunciation'; export * from './spices/dns'; export * from './spices/emojipedia'; export * from './spices/expandUrl'; export * from './spices/forecast'; export * from './spices/statista'; export * from './spices/stocks'; export * from './spices/thesaurus'; export * from './spices/time'; export { DuckbarImageResult } from './types'; export { getVQD, SafeSearchType, SearchTimeType } from './util';