Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 675 Bytes

faastjs.statistics.update.md

File metadata and controls

55 lines (30 loc) · 675 Bytes
id title hide_title
faastjs.statistics.update
Statistics.update() method
true

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