Closed QuantGeekDev closed 11 months ago
Replace generic type of getItem method in IStorage interface from "null" to "unknown" which is a more type-safe way of handling unknowns
null is more strict than unknown
Got it, thanks
Replace generic type of getItem method in IStorage interface from "null" to "unknown" which is a more type-safe way of handling unknowns