Files
Desktop/ts/util/os/osPreload.preload.ts
T
2026-03-30 11:54:59 -07:00

10 lines
257 B
TypeScript

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