Initialisation
Added the packages and files for the backend server
This commit is contained in:
3
node_modules/es-object-atoms/ToObject.d.ts
generated
vendored
Normal file
3
node_modules/es-object-atoms/ToObject.d.ts
generated
vendored
Normal file
@@ -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