You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
class FsDriverDummy {
|
|
constructor() {}
|
|
appendFileSync() {}
|
|
readFile() {}
|
|
}
|
|
|
|
module.exports = { FsDriverDummy };
|