blob: 300c4c05b339185e40a6e060489dfaa4d7bffbd9 (
plain)
1
2
3
4
5
6
7
|
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
// eslint-disable-next-line import/no-default-export
export default (token: string) => token.length === 16;
|