INamespace: { create(key: string): IKey; toString(): string }

The INamespace contract is used for easily namespacing. Note this class used by other component in this library.

Type declaration