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