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

Adder

import { Adder } from "https://cdn.skypack.dev/d3@7.8.1";
class Adder {
constructor();
add(x);
valueOf();
}

§Constructors

§
new Adder()
[src]

§Methods

§
add(x)
[src]
§
valueOf()
[src]