UNPKG

@itexpert-dev/key-value-storage

Version:

key-value storage like C# dictionary

5 lines 95 B
export interface IAppendValueParams<U>{ key: string value: U, force?: boolean }