UNPKG
@appium/logger
Version:
latest (2.0.1)
rc (2.0.0-rc.1)
2.0.1
2.0.0
2.0.0-rc.1
1.7.1
1.7.0
1.6.1
1.6.0
1.5.0
1.4.2
1.4.1
1.3.0
1.2.0
1.1.0
A Universal Logger For The Appium Ecosystem
appium.io
appium/appium
@appium/logger
/
build
/
index.d.ts
6 lines
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
export
{ markSensitive }
from
'./lib/log'
;
export
type
*
from
'./lib/types'
;
import
log
from
'./lib/log'
;
export
{ log };
export
default
log;
//# sourceMappingURL=index.d.ts.map