Class ContainerPathStorage<T>

A KeyValueStorage that prepends a relative path to the key. Leading slashes of the relative path are trimmed, and a trailing slash is added if needed.

Type Parameters

  • T

Hierarchy (view full)

Constructors

Properties

basePath: string
source: KeyValueStorage<string, T>

Methods