490ce28645
MacdNode.batch and BollingerNode.batch return flat interleaved arrays (3*n and 4*n) but index.d.ts only said Array<number>. Adds /// doc comments describing the layout; napi-rs now propagates them into the generated index.d.ts as JSDoc.