UNPKG
wmod-proxy
Version:
latest (0.0.5)
0.0.5
0.0.2
0.0.1
Website Modification Proxy
github.com/OnkelTem/wmod-proxy
OnkelTem/wmod-proxy
wmod-proxy
/
js
/
service
/
file.service.d.ts
4 lines
(3 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
export
declare
function
fileExists
(
path
:
string
):
boolean
;
export
declare
function
saveFile
(
path
:
string
,
data
:
string
):
void
;
export
declare
function
readFile
(
path
:
string
):
string
;