mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
memory-fs: create test for optional options
This commit is contained in:
@@ -15,3 +15,7 @@ fs.writeFile('hello', 'hahahahah', 'utf-8', function (err) {
|
||||
console.log(err.message);
|
||||
}
|
||||
});
|
||||
|
||||
fs.createReadStream('hello');
|
||||
|
||||
fs.createWriteStream('hello');
|
||||
Reference in New Issue
Block a user