5 lines
122 B
TypeScript
5 lines
122 B
TypeScript
import { join } from 'path'
|
|
import { app } from 'electron'
|
|
|
|
export const userSpacePath = join(app.getPath('home'), 'jan')
|