API Reference
auditTime()
auditTime: the ms-specialization of {@link audit} — the window is a timer(ms).
Import
import { auditTime } from "@graphrefly/ts/operators";
Signature
function auditTime(ms: number): Operator<S, S>
Parameters
| Parameter | Type | Description |
|---|---|---|
ms | number | Duration or timestamp in milliseconds. |
Returns
A Operator<S, S> value.
Example
import { auditTime } from "@graphrefly/ts/operators";
Source
packages/ts/src/graph/time.ts