UNPKG
flomo-terminal
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.2.0
0.1.0
0.0.2
0.0.1
terminal program for flomo
github.com/ShroXd/flomo-terminal
ShroXd/flomo-terminal
flomo-terminal
/
dist
/
types
/
src
/
flomo.d.ts
5 lines
(4 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
send
(
):
Promise
<
void
>;
export
declare
function
fetchAPI
(
value
?:
any
,
isShow
?:
boolean
):
Promise
<
any
>;
export
declare
function
changeEditor
(
):
Promise
<
void
>;
export
declare
function
fetchEditType
(
):
Promise
<
any
>;