mirror of
https://gitea.com/actions/stale.git
synced 2026-07-20 04:22:20 +00:00
remove lib and node_modules
This commit is contained in:
-9
@@ -1,9 +0,0 @@
|
||||
export function lowercaseKeys(object) {
|
||||
if (!object) {
|
||||
return {};
|
||||
}
|
||||
return Object.keys(object).reduce((newObj, key) => {
|
||||
newObj[key.toLowerCase()] = object[key];
|
||||
return newObj;
|
||||
}, {});
|
||||
}
|
||||
Reference in New Issue
Block a user