mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-05 13:16:59 +00:00
9 lines
264 B
TypeScript
9 lines
264 B
TypeScript
/*
|
|
* SPDX-FileCopyrightText: syuilo and other misskey contributors
|
|
* 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);
|