Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Nanos

import type { Nanos } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";

Value expressed as Nanoseconds - use the nanos(millis) function to convert millis to nanoseconds. Note that in some environments this could overflow.

type Nanos = number;

§Type

§
number
[src]