UNPKG

@itexpert-dev/key-value-storage

Version:

key-value storage like C# dictionary

6 lines (5 loc) 100 B
export interface IAppendValueParams<U> { key: string; value: U; force?: boolean; }