Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 37bef24

Browse files
sandersnheathkit
authored andcommitted
move export to export list
1 parent 89fbf75 commit 37bef24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {ElementHelper, ProtractorBrowser} from './browser';
22
import {ElementArrayFinder, ElementFinder} from './element';
33
import {ProtractorExpectedConditions} from './expectedConditions';
44
import {ProtractorBy} from './locators';
5-
export {PluginConfig, ProtractorPlugin} from './plugins';
65
import {Ptor} from './ptor';
76

87
// Re-export selenium-webdriver types from typings directory.
@@ -13,6 +12,7 @@ export {Config} from './config';
1312
export {ElementArrayFinder, ElementFinder} from './element';
1413
export {ProtractorExpectedConditions} from './expectedConditions';
1514
export {Locator, ProtractorBy} from './locators';
15+
export {PluginConfig, ProtractorPlugin} from './plugins';
1616
export {Ptor} from './ptor';
1717
export {Runner} from './runner';
1818

0 commit comments

Comments
 (0)