Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 304 Bytes

node-function-inspector

Updated for node 0.12.x.

Inspect your function.

This module is same as UNIVERSAL::which in perl5.

SYNOPSIS

var http = require('http');
var inspect = require('function-inspector').inspect;
console.log(inspect(http.createServer));