Home > harper.js > Linter > summarizeStats
Summarize the linter’s usage statistics. You may optionally pass in a start and/or end time.
If so, the summary with only include data from _after_ the start time but _before_ the end time.
Signature:
summarizeStats(start?: bigint, end?: bigint): Promise<Summary>;
Parameter |
Type |
Description |
---|---|---|
start |
bigint |
(Optional) |
end |
bigint |
(Optional) |
Returns:
Promise<Summary>