1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-28 03:59:50 +01:00
2018-02-08 12:24:37 -05:00

4 lines
94 B
TypeScript

export abstract class MessagingService {
send: (subscriber: string, arg?: any) => void;
}