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