signal-desktop/ts/protobuf/index.ts
2023-01-03 11:55:46 -08:00

8 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 };