libbetter

1.0.1 • Public • Published

libbetter

Yet another collection of JavaScript utility and helper modules for NodeJS and the browser.

Aim:

  • no outside dependencies (NOTE: a few small packages were polyfilled in util)
  • lightweight

Contents:

- log       (sub-module, standalone) Logging for browser and terminal.
- events    (sub-module, standalone) Advanced event emitter.
- util
   - bu-common.js      General utility functions for objects, arrays, promises etc. Depends on BetterLog.
   - bu-node.js        Wrappers around native NodeJS modules. Extends bu-common. Depends on BetterEvents.
   - bu-browser.js     Helpers for common browser tasks and element manipulation. Extends bu-common.

Readme

Keywords

none

Package Sidebar

Install

npm i libbetter

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

863 kB

Total Files

40

Last publish

Collaborators

  • plundell