Searched defs:createValue (Results 1 – 2 of 2) sorted by relevance
49 public static createValue<T>(value: T, storageKey: string, forceChange: boolean = false): T { method in GlobalThisHelper
46 public static createValue<T>(value: T, storageKey: string): T { method in AppStorageHelper