2.0.0-alpha.0 • Published 6 years ago

@hkh12/xobj v2.0.0-alpha.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
6 years ago

XOBJ: Utility library for objects

npm.io npm.io npm.io

A set of functions to work with objects, with no pain.

Old API (v1) is available on branch v1.

Feauters

  • No dependencies (at least for now)
  • Fast and lightweight ⚡️

Installation

npm install @hkh12/xobj

Usage

// `x_` is an alias to xobj
const x_ = require('@hkh12/xobj')

For a full list of methods, visit here.

Builds

There are several builds for this library. All of them are prefixed with xobj and are available in dist library.

FilenameDescription
.esm.jsES Module
.common.jsDefault. CommonJS module
.umd.jsUMD build
.umd.min.jsMinified UMD build