++
Added already existing code for further development
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
declare function ToObject<T = {}>(value: T extends object ? T : {}): T extends object ? T : object;
|
||||
|
||||
export = ToObject;
|
||||
Reference in New Issue
Block a user