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
/
utils
/
isWebUrl.d.ts
2 lines
(1 loc)
•
60 B
TypeScript
View Raw
1
2
export
declare
const
isWebUrl
:
(
value
:
string
) =>
boolean
;