Skip to content

Commit

Permalink
refactor: mark TypedEmitter as a type-only import
Browse files Browse the repository at this point in the history
  • Loading branch information
davecardwell committed Mar 23, 2020
1 parent eb762b4 commit be4fd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import EventEmitter from "events";
import TypedEmitter from "typed-emitter";
import type TypedEmitter from "typed-emitter";
import inquirer from "inquirer";
import puppeteer, { Browser, Request, Page } from "puppeteer";

Expand Down

0 comments on commit be4fd83

Please sign in to comment.