Type Alias NamespaceSettings

NamespaceSettings: { delimiter?: string; rootIdentifier?: string }

Configuration for the Namespace class.

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

Type declaration

  • Optionaldelimiter?: string

    The separator character inserted between each namespace segment.

    ":"
    
  • OptionalrootIdentifier?: string

    The string appended to the root namespace segment to distinguish it.

    "_rt"