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