sme typescripty formatting changes
This commit is contained in:
@@ -11,4 +11,9 @@ export function formatIPAddress(ipAddress: string): string {
|
||||
}
|
||||
|
||||
return ip;
|
||||
}
|
||||
}
|
||||
|
||||
// check if obj is {}
|
||||
export function isEmptyObject(obj) {
|
||||
return Object.keys(obj).length === 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user