UNPKG

generator-bunny

Version:
5 lines (4 loc) 133 B
/* @flow */ export default function <%= camelModule %>(input: string) { return input ? `👉 ${input} 👈` : 'No args passed!'; }