1.3.1 • Published 7 years ago

travelpen v1.3.1

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

travelpen

A basic wrapper for the browser console. Derived from JavaScript Debug under the MIT license.

Usage

As the docs for JavaScript Debug, except that instead of automatically adding a debug object to the window, it is supplied as the default export.

const debug = require('travelpen');

debug.log('This is a log message.');
1.3.1

7 years ago

1.2.1

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago