mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-20 06:39:06 +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.ts';
|
|
import { getAppRootDir } from '../ts/util/appRootDir.main.ts';
|
|
|
|
addSensitivePath(getAppRootDir());
|
|
|
|
export { redactAll, addSensitivePath };
|