docs(wiki): correct Node warmupPeriod() coverage note (R3, R8)

The Quickstart-Node API-surface table claimed `warmupPeriod()` was
"not exposed on every multi-output class". After the B-series fixes
in `todo-detailed.md` and the R3/R8 pass on this branch, every Node
indicator class — single- and multi-output, scalar- and candle-input —
exposes `warmupPeriod()`. Updated the note accordingly.
This commit is contained in:
kingchenc
2026-05-23 11:04:15 +02:00
parent a32719d709
commit f3ad0940c3
+1 -1
View File
@@ -135,7 +135,7 @@ The complete TypeScript definitions live at
| `batch(...)` | Single-output: flat `Array<number>` with `NaN` warmup.<br>Multi-output: flat interleaved `Array<number>`. |
| `reset()` | Returns to a freshly-constructed state. |
| `isReady()` | `true` once the first value has been emitted. |
| `warmupPeriod()` | Present on single-output indicators (SMA, EMA, WMA, RSI, ...). Not exposed on every multi-output class — check `index.d.ts`. |
| `warmupPeriod()` | Present on every indicator class (single- and multi-output, scalar- and candle-input) since `0.1.5`. |
A complete reference run lives in `bindings/node/__tests__/smoke.test.js`: