mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Checking if possible answer exist, before saving it
This commit is contained in:
parent
f5e157b147
commit
258ccec663
3 changed files with 37 additions and 18 deletions
|
@ -1,16 +1,16 @@
|
|||
export default {
|
||||
ReadFile,
|
||||
ReadJSON,
|
||||
WriteFile,
|
||||
writeFileAsync,
|
||||
AppendToFile,
|
||||
FileExists,
|
||||
CreatePath,
|
||||
WatchFile,
|
||||
ReadDir,
|
||||
CopyFile,
|
||||
GetDateString,
|
||||
formatUrl,
|
||||
ReadFile: ReadFile,
|
||||
ReadJSON: ReadJSON,
|
||||
WriteFile: WriteFile,
|
||||
writeFileAsync: writeFileAsync,
|
||||
AppendToFile: AppendToFile,
|
||||
FileExists: FileExists,
|
||||
CreatePath: CreatePath,
|
||||
WatchFile: WatchFile,
|
||||
ReadDir: ReadDir,
|
||||
CopyFile: CopyFile,
|
||||
GetDateString: GetDateString,
|
||||
formatUrl: formatUrl,
|
||||
deleteFile: deleteFile,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue