UNPKG

@startpage/search

Version:

Provides a function to search the web

4 lines (3 loc) 168 B
export { performSearch } from "./performSearch"; export type { SearchOptions } from "./performSearch"; export type { SearchEngineName } from "./utils/getEngineUrl";