The NoOpNamespace will disable namespacing.

IMPORT_PATH: "@daiso-tech/core/namespace"

Implements

Constructors

Methods

Constructors

Methods

  • Creates a new IKey object within this namespace. The returned key will include this namespace's prefix.

    Parameters

    • key: string

      The raw key string (namespace prefix will be added automatically)

    Returns IKey

    A new namespaced key instance

  • Gets the namespace prefix string. This prefix is automatically prepended to all keys created by this namespace.

    Returns string

    The namespace prefix