Files
Desktop/ts/protobuf/index.std.ts
Fedor Indutny c4ee32e9ee Use protopiler for protocol buffers
Co-authored-by: Jamie Kyle <jamie@signal.org>
2026-03-10 15:31:29 -07:00

12 lines
286 B
TypeScript

// Copyright 2018 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import {
signal as Signal,
signalbackups as Backups,
signalservice as SignalService,
migrations as Migrations,
} from './compiled.std.js';
export { Backups, SignalService, Signal, Migrations };