This package has been deprecated

Author message:

This package is deprecated and no longer developed.

hijack

0.1.0 • Public • Published

Stub Node.js module Build Status

Stub Node.js module.

Installation

npm install hijack

Example

var hijacked = hijack.require('util');

hijacked.replace('log', function(message) {
    console.log('I am hijacked [' + message + ']!');
});

util.log('Timestamped message.');

hijack.restore();

Readme

Keywords

none

Package Sidebar

Install

npm i hijack

Weekly Downloads

3

Version

0.1.0

License

none

Last publish

Collaborators

  • mathieu