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