SYMBOL INDEX (6 symbols across 1 files) FILE: scripts/cleanup.mjs constant OUT_DATE (line 8) | const OUT_DATE = 1000 * 60 * 60 * 24 * 30 * 6 // 6 months constant REG_ITEM (line 14) | const REG_ITEM = /^- \[.*?\]\((.*?)\)/ constant REG_REPO (line 15) | const REG_REPO = /^https:\/\/github\.com\/([\w\d-]+?)\/([\w\d-]+?)(?:\/|$)/ function toHumanreadableString (line 17) | function toHumanreadableString(seconds) { function average (line 37) | function average(arr) { function run (line 41) | async function run() {