signal-desktop/ts/protobuf/index.ts

9 lines
215 B
TypeScript
Raw Normal View History

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