UNPKG
@startpage/search
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0-alpha.14
0.1.0-alpha.13
0.1.0-alpha.12
0.1.0-alpha.10
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
0.0.1-alpha.2
Provides a function to search the web
prettycoffee.github.io/startpage
PrettyCoffee/startpage
@startpage/search
/
lib
/
index.d.ts
4 lines
(3 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
export
{ performSearch }
from
"./performSearch"
;
export
type
{
SearchOptions
}
from
"./performSearch"
;
export
type
{
SearchEngineName
}
from
"./utils/getEngineUrl"
;