Commit 9e6046e
fix: remove duplicate Binarizer re-export from power_transformer.ts
The power_transformer.ts was exporting BinarizerV2 as Binarizer, conflicting
with the canonical Binarizer already exported from binarizer.ts. Remove the
alias to fix TS2308 duplicate export error.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 20f9a95 commit 9e6046e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
0 commit comments