UNPKG

diia-parser

Version:
4 lines (3 loc) 99 B
export function title(line) { return line.substring(0, 1).toUpperCase() + line.substring(1); }