0.0.1 • Published 8 years ago

h2io-debug v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

H2io - Config

Installation

npm install h2io-debug

Usage

import h2ioDebug from 'h2io-debug';

const opts = {
  brand: 'h2io',
  name: 'debug',
  filename: path.basename(__filename),
};

const log = h2ioDebug(opts);

log('something');

// h2io-debug:index.js something
0.0.1

8 years ago