findhit-process

0.0.1 • Public • Published

findhit-process

Wraps all capabilities of process on nodejs, some slightly modified, and it is designed to run on browser-side too.

Instalation

npm install findhit/findhit-process --save

Usage

 
var Process = require('findhit-process');
 
Process.nextTick(function () {
 
    this.sodomethingAsync();
 
}, {
    sodomethingAsync: function () {
        console.log('yupi');
    },
});
 

Package Sidebar

Install

npm i findhit-process

Weekly Downloads

1

Version

0.0.1

License

GPL v3

Last publish

Collaborators

  • cuss