method default.prototype.setMicrosecondsimport { default } from "https://deno.land/x/durationjs@v4.1.1/src/duration.ts"; setMicroseconds(n: number): DurationSet microseconds of the duration. Parametersn: numberNumber of microseconds to set. ReturnsDurationThe updated duration.