UNPKG
@sinotron/core
Version:
latest (0.0.7-alpha)
0.0.7-alpha
0.0.6-alpha
0.0.4-alpha
0.0.2-alpha
0.0.1-alpha
Simple framework for Typescript Electron projects
@sinotron/core
/
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
; };