1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-26 18:04:07 +01:00
bitwarden-estensione-browser/src/abstractions/messaging.service.ts
2018-02-08 12:24:37 -05:00

4 lines
94 B
TypeScript

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