UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
@wdio
/
sync
/
build
/
types.d.ts
10 lines
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
Fiber
from
'fibers'
;
import
type
Future
from
'fibers/future'
;
export
interface
FiberConstructor
{
new
(
fn
:
Function
):
Fiber
; (
fn
:
Function
):
Fiber
; }
export
interface
FutureConstructor
{
new
<T>():
Future
<T>; }
//# sourceMappingURL=types.d.ts.map