mirror of https://github.com/laurent22/joplin.git
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
|
class FsDriverDummy {
|
||
|
constructor() {}
|
||
|
appendFileSync() {}
|
||
|
readFile() {}
|
||
|
}
|
||
|
|
||
|
module.exports = { FsDriverDummy };
|