Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method Duration.prototype.addMicroseconds
import { Duration } from "https://deno.land/x/durationjs@v4.1.1/src/duration.ts";

Add more microseconds to the duration.

Parameters

n: number

Number of microseconds to add.

Returns

The updated duration.