Skip to content

Commit

Permalink
chore: migrate src/Events to TypeScript (#5724)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Apr 23, 2020
1 parent 1823828 commit 30aff82
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Events.js → src/Events.ts
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

const Events = {
export const Events = {
Page: {
Close: 'close',
Console: 'console',
Expand Down Expand Up @@ -75,6 +75,4 @@ const Events = {
CDPSession: {
Disconnected: Symbol('Events.CDPSession.Disconnected'),
},
};

module.exports = {Events};
} as const;

0 comments on commit 30aff82

Please sign in to comment.