(options = undefined)
| 242 | } |
| 243 | |
| 244 | readLines(options = undefined) { |
| 245 | return new Interface({ |
| 246 | input: this.createReadStream(options), |
| 247 | crlfDelay: Infinity, |
| 248 | }); |
| 249 | } |
| 250 | |
| 251 | stat(options) { |
| 252 | return fsCall(fstat, this, options); |
no test coverage detected