session-desktop/ts/shims/Whisper.ts
2019-03-12 17:44:14 -07:00

4 lines
118 B
TypeScript

export function getMessageModel(attributes: any) {
// @ts-ignore
return new window.Whisper.Message(attributes);
}