A tiny TypeScript utility library used as baro's one-click sample project.
It has a handful of small, pure functions in src/ — and no tests yet. That's on
purpose: it's what baro fills in when you click Try a sample run.
slugify(input)— URL-friendly slugtruncate(input, max)— truncate with an ellipsistitleCase(input)— capitalize each wordclamp(value, min, max)— clamp to a rangeformatBytes(bytes)— human-readable size