mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
10 lines
297 B
TypeScript
10 lines
297 B
TypeScript
// Copyright 2026 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
import { redactAll, addSensitivePath } from '../ts/util/privacy.node.js';
|
|
import { getAppRootDir } from '../ts/util/appRootDir.main.js';
|
|
|
|
addSensitivePath(getAppRootDir());
|
|
|
|
export { redactAll, addSensitivePath };
|