mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Use export = instead of export default
This commit is contained in:
Vendored
+1
-1
@@ -442,4 +442,4 @@ export { by, device, element, waitFor };
|
||||
// for backwards compatibility though.
|
||||
export const expect: Detox.Expect<Detox.Expect<any>>;
|
||||
|
||||
export default detox;
|
||||
export = detox;
|
||||
|
||||
Reference in New Issue
Block a user