signal-desktop/ts/protobuf/index.ts

7 lines
176 B
TypeScript
Raw Normal View History

2020-10-30 15:34:04 -05:00
// Copyright 2018-2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
2018-05-07 19:08:43 -04:00
import { signalservice as SignalService } from './compiled';
2018-05-07 14:15:06 -04:00
export { SignalService };