Skip to content

Commit

Permalink
Export serializeMessage and deserializeMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepnume committed Nov 22, 2018
1 parent 01e98d4 commit d3bde67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { listenForMessages } from './drivers';
import { global } from './global';

export * from './public';
export { markWindowKnown } from './lib';
export { markWindowKnown, serializeMessage, deserializeMessage } from './lib';
export { cleanUpWindow } from './clean';
export { ZalgoPromise as Promise } from 'zalgo-promise/src';
export let bridge = __POST_ROBOT__.__IE_POPUP_SUPPORT__ ? require('./bridge/interface') : null;
Expand Down

0 comments on commit d3bde67

Please # to comment.