mirror of
https://github.com/zadam/trilium.git
synced 2026-05-26 18:09:49 +02:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { randomString } from "./utils.js";
|
|
|
|
const instanceId = randomString(12);
|
|
|
|
export default instanceId;
|