Skip to content

Commit

Permalink
fix(plugin): export ClientPlugin/CorePlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Sep 7, 2021
1 parent ee2af2f commit 882674c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin-utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ import {
BrowserEmulatorClassDecorator,
} from '@secret-agent/interfaces/ICorePlugin';
import BrowserEmulator from './lib/BrowserEmulator';
import CorePlugin from './lib/CorePlugin';
import ClientPlugin from './lib/ClientPlugin';

export {
ClientPlugin,
CorePlugin,
BrowserEmulatorClassDecorator,
BrowserEmulator,
IBrowserEmulator,
Expand Down

0 comments on commit 882674c

Please sign in to comment.