UNPKG

gimmejs

Version:

[![Build Status](https://travis-ci.org/dreamistlabs/gimmejs.svg?branch=master)](https://travis-ci.org/dreamistlabs/gimmejs) [![Coverage Status](https://coveralls.io/repos/github/dreamistlabs/gimmejs/badge.svg?branch=master)](https://coveralls.io/github/dr

18 lines (12 loc) 233 B
'use strict'; const gimme = require('gimmejs-name'); /** * State what the function does * List each @param {type} [name] * Include @return {type} */ module.exports = (function() { return { name: gimme.create } })();