UNPKG
sinotron
Version:
latest (0.1.0-alpha)
0.1.0-alpha
0.0.3-alpha
0.0.1-dev
0.0.1-alpha
Simple framework for Typescript Electron projects
sinotron
/
dist
/
constants.d.ts
9 lines
(8 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
Dirs
: {
framework
:
() =>
string
;
db
:
() =>
string
;
ipc
:
() =>
string
;
ipc_core
:
() =>
string
;
ipc_apis
:
() =>
string
;
todo_api
:
() =>
string
; };