3.0.0 • Published 8 years ago

alphabetize-object v3.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

alphabetizeObject

This module exports a single function - alphabetizeObject to alphabetize keys of an object.

returns: A new object, with keys alphabetized.

parameters:

  • Object object - object to operate upon
  • Object opts - options
    • Boolean recursive - if true, alphabetize child object keys recursively
    • Boolean caseInsensitive - will treat keys case insensitive in sorting

Dependencies: No.

Support: This is a lightweight module which I'll likely not be adding any features to, or accepting PRs. I'll fix bugs for a few months, and accept any bugfix PRs.

Dev Deps: semistandard for linting, mocha for tests.

3.0.0

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago