faastjs.statistics.update.md

April 5, 2024 ยท View on GitHub

faastjs > Statistics > update

Statistics.update() method

Update statistics with a new value in the sequence.

Signature:

update(value: number | undefined): void;

Parameters

Parameter

Type

Description

value

number | undefined

**Returns:**

void

Contents

  1. 1Statistics.update() method
  2. 2Parameters