Skip to content
PACKAGES

auditTime()

auditTime: the ms-specialization of {@link audit} — the window is a timer(ms).

import { auditTime } from "@graphrefly/ts/operators";
function auditTime(ms: number): Operator<S, S>
ParameterTypeDescription
msnumberDuration or timestamp in milliseconds.

A Operator<S, S> value.

import { auditTime } from "@graphrefly/ts/operators";

packages/ts/src/graph/time.ts