hedgedoc/src/components/editor-page/utils.ts

7 lines
198 B
TypeScript

/*
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
export const isMac = navigator.platform.toLowerCase().includes('mac')