UNPKG

@armada-inc/gatsby-wordpress-theme-libre

Version:

A Gatsby theme plugin for creating blogs from headless WordPress CMS.

4 lines (3 loc) 83 B
export default str => { return str.charAt(0).toUpperCase() + str.slice(1); };