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

Name

Any DB name (table, column, index etc.)

class Name {
constructor(value: string);
protected brand: "Name";
readonly value: string;
}

§Constructors

§
new Name(value: string)
[src]

§Properties

§
brand: "Name"
[src]
§
value: string
[src]