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