hashkeys

0.0.1 • Public • Published

hashkeys - A simple library for retrieving hash keys and values

REQUIREMENTS

  • Node.js

EXAMPLE

> var hashkeys = require("hashkeys");

> hashkeys.keys({a:1, b:2, c:3});
['a', 'b', 'c']

> hashkeys.values({a:1, b:2, c:3});
[1, 2, 3]

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i hashkeys

      Weekly Downloads

      4

      Version

      0.0.1

      License

      none

      Last publish

      Collaborators

      • mcandre