mirror of
https://github.com/paricafe/misskey.git
synced 2024-12-04 15:06:43 -06:00
c1514ce91d
Fix #13290
8 lines
180 B
TypeScript
8 lines
180 B
TypeScript
/*
|
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
export function isSupportShare(): boolean {
|
|
return 'share' in navigator;
|
|
}
|