This commit is contained in:
kakkokari-gtyih 2024-01-06 18:49:26 +09:00
parent 1ee3ebc6eb
commit 31de7a5802
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/
export default (ms: number, enableMs = false) => {
const res: string[] = [];