Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

Microtime

Microtime is a simple library for getting the current time in microseconds.

Usage

import { now } from β€œhttps://deno.land/x/microtime@v0.0.3/main.ts”;

now();