1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-09 22:47:35 +02:00
2019-07-29 15:43:53 +02:00

9 lines
166 B
JavaScript

class FsDriverDummy {
constructor() {}
appendFileSync(path, string) {}
writeBinaryFile(path, content) {}
readFile(path) {}
}
module.exports = { FsDriverDummy };