spdx
This commit is contained in:
parent
1ee3ebc6eb
commit
31de7a5802
|
@ -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[] = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue