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

NamespaceLocalObject

Interface for object literal containing local name with related fully qualified namespace

interface NamespaceLocalObject {
local: string;
space: string;
}

§Properties

§
local: string
[src]

Name of the local to be namespaced.

§
space: string
[src]

Fully qualified namespace