signal-desktop/ts/protobuf/index.ts
2022-07-28 14:50:10 -04:00

8 lines
220 B
TypeScript

// Copyright 2018-2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import './wrap';
import { signalservice as SignalService, signal as Signal } from './compiled';
export { SignalService, Signal };