Skip to content

Home > vue-metamorph > AST > Namespace

AST.Namespace type

Type of namespaces.

Signature:

typescript
export type Namespace = typeof NS.HTML | typeof NS.MathML | typeof NS.SVG | typeof NS.XLink | typeof NS.XML | typeof NS.XMLNS;