Ben Schlegel
2023-09-29 0b61f6fbfd20556102ce23444ae7eb9348472952
quartz/util/lang.ts
@@ -5,3 +5,7 @@
    return `${count} ${s}s`
  }
}
export function capitalize(s: string): string {
  return s.substring(0, 1).toUpperCase() + s.substring(1)
}