UNPKG

shopify-accelerate

Version:

Shopify Theme development with full Typescript Support

4 lines (3 loc) 105 B
export const capitalize = (string) => { return string.charAt(0).toUpperCase() + string.slice(1); };