UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
got
/
dist
/
source
/
create.d.ts
6 lines
(5 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Got
,
HandlerFunction
,
InstanceDefaults
}
from
'./types'
;
export
declare
const
defaultHandler
:
HandlerFunction
;
declare
const
create
:
(
defaults
:
InstanceDefaults
) =>
Got
;
export
default
create;
export
*
from
'./types'
;