TSLint compliance

This commit is contained in:
hensm
2019-04-10 06:53:18 +01:00
parent 82f68a1366
commit 11f87d20ae
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ import { Message } from "../types";
interface Details {
tabId: number
, frameId: number
tabId: number;
frameId: number;
}
type SenderCallback = (message: Message, details: Details) => void;