Sign in
cobalt
/
cobalt.git
/
b48d5d342d8a80b19c4a69b353cdb8fdc6ab3789
/
.
/
third_party
/
devtools
/
node_modules
/
uri-js
/
dist
/
esnext
/
schemes
/
http.d.ts
blob: fe5b2f354241bb655c84551cf88b6435525a588f [
file
]
import
{
URISchemeHandler
}
from
"../uri"
;
declare
const
handler
:
URISchemeHandler
;
export
default
handler
;