mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-05 04:57:05 +00:00
9 lines
253 B
TypeScript
9 lines
253 B
TypeScript
/*
|
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
import { secureRndstr } from '@/misc/secure-rndstr.js';
|
|
|
|
// eslint-disable-next-line import/no-default-export
|
|
export default () => secureRndstr(16);
|