keydupl

0.1.0 • Public • Published

keydupl Build Status

Duplicate the key into value an Object

Install

$ npm install --save keydupl

Usage

var keydupl = require('keydupl');

keydupl(['a', 'b', 'c']);

//=> { a: 'a', b: 'b', c: 'c' }

API

keydupl([inputs])

inputs

Required Type: array

example : ["a", "b", "c"]

License

MIT © faizalpribadi

Package Sidebar

Install

npm i keydupl

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • faizalpribadi