diff --git a/docs/wiki/Quickstart-Node.md b/docs/wiki/Quickstart-Node.md index 94fbb110..a9ee0543 100644 --- a/docs/wiki/Quickstart-Node.md +++ b/docs/wiki/Quickstart-Node.md @@ -135,7 +135,7 @@ The complete TypeScript definitions live at | `batch(...)` | Single-output: flat `Array` with `NaN` warmup.
Multi-output: flat interleaved `Array`. | | `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`: