Constructor
new StreamProcessor(filePath) → {Promise.<number>}
Parameters:
Name | Type | Description |
---|---|---|
filePath |
string | The path to the file. |
- Source:
Returns:
A promise that resolves with the estimated line count.
- Type
- Promise.<number>