import { type TsNamespaceBody } from "https://deno.land/x/live@1.60.26/deps.ts";
namespace A.B { }
is a namespace named A
with another TsNamespaceDecl as its body.
definition: TsModuleBlock | TsNamespaceDeclaration
x/live/deps.ts>TsNamespaceBody
import { type TsNamespaceBody } from "https://deno.land/x/live@1.60.26/deps.ts";
namespace A.B { }
is a namespace named A
with another TsNamespaceDecl as its body.