signal-desktop/ts/protobuf/index.ts
2022-03-24 10:05:48 -07:00

8 lines
194 B
TypeScript

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