Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "namespace/docs/types/index.d"

Index

Type aliases

Functions

Type aliases

NamespaceElement

NamespaceElement: { alias: string; path: string; related: string; type: string; value: any }

Namespace element.

Type declaration

  • alias: string

    A unique identifier suitable for use within a shared context such as a REPL environment.

  • path: string

    The package path from which the namespace element originates.

  • related: string

    Related namespace elements, as identified by their package paths.

  • type: string

    The value type (e.g., function, number, string, object, etc.).

  • value: any

    The actual value included in the namespace.

Functions

Export assignment namespace