Skip to content

Instantly share code, notes, and snippets.

@aikoven
Last active October 6, 2015 17:33
Show Gist options
  • Save aikoven/035b9feceb4619c763b9 to your computer and use it in GitHub Desktop.
Save aikoven/035b9feceb4619c763b9 to your computer and use it in GitHub Desktop.
import {capitalize} from 'lodash';
export function hello(name:string) {
return `Hello, ${capitalize(name)}`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment