Skip to content

Commit

Permalink
refactor tracer and trace
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobgetz committed Dec 5, 2023
1 parent e80a18b commit 9dabf1c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 378 deletions.
1 change: 0 additions & 1 deletion src/analyser.cts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { trimFromLastOccurance } from '../tests/test-utils.cjs'

export interface AnalysisI<T> {
getResult(): T,
getResultChunk(size: number): T
}

export type AnalysisResult = {
Expand Down
Loading

0 comments on commit 9dabf1c

Please sign in to comment.