UNPKG

tfwm-travel-updates-widget

Version:

A shareable travel updates (disruptions) widget which is shown on the TfWM homepage

4 lines (2 loc) 137 B
const capitaliseFirstChar = (text: string): string => text.charAt(0).toUpperCase() + text.slice(1); export default capitaliseFirstChar;