signal-desktop/ts/protobuf/index.ts

9 lines
215 B
TypeScript
Raw Normal View History

2023-01-03 11:55:46 -08:00
// Copyright 2018 Signal Messenger, LLC
2020-10-30 15:34:04 -05:00
// SPDX-License-Identifier: AGPL-3.0-only
import './wrap';
2021-07-02 12:21:24 -07:00
2022-07-28 09:35:29 -07:00
import { signalservice as SignalService, signal as Signal } from './compiled';
2018-05-07 14:15:06 -04:00
2022-07-28 09:35:29 -07:00
export { SignalService, Signal };