mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 16:32:33 +08:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { randomString } from "./utils.js";
|
|
|
|
const instanceId = randomString(12);
|
|
|
|
export default instanceId;
|