UNPKG

generator-iojs

Version:

A basic node module template, that includes handy git hooks, a release script, and auto-changelog generation.

4 lines (3 loc) 74 B
export const get = function get (str) { console.log(str || 'Rainbow') }