itd-api / withNamespace
Function: withNamespace()
Добавляет namespace ко всем ключам, не меняя исходный backend.
Call Signature
ts
function withNamespace<T>(
store,
namespace,
separator?): EnumerableKeyValueStore<T>;Defined in: core/key-value-store.ts:124
Type Parameters
T
T
Parameters
store
namespace
string
separator?
string
Returns
Call Signature
ts
function withNamespace<T>(
store,
namespace,
separator?): KeyValueStore<T>;Defined in: core/key-value-store.ts:129
Type Parameters
T
T
Parameters
store
namespace
string
separator?
string