mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 08:58:19 +01:00
9 lines
215 B
TypeScript
9 lines
215 B
TypeScript
// Copyright 2018 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
import './wrap';
|
|
|
|
import { signalservice as SignalService, signal as Signal } from './compiled';
|
|
|
|
export { SignalService, Signal };
|