Files
Desktop/ts/util/os/osPreload.ts
2025-09-16 17:39:03 -07:00

10 lines
245 B
TypeScript

// Copyright 2023 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import { config } from '../../context/config.js';
import { getOSFunctions } from './shared.js';
const OS = getOSFunctions(config.osRelease);
export default OS;