# function-inspector

> function inspector

Latest version **0.1.0** (published 2012-09-17) · BSD license · 0 weekly downloads

## Install

```sh
npm install function-inspector
pnpm add function-inspector
yarn add function-inspector
bun add function-inspector
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2012-09-17 |
| First published | 2012-09-17 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 1 |
| Author | Tokuhiro Matsuno |
| Maintainers | tokuhirom |
| Keywords | inspect, function |

## Links

- npm: https://www.npmjs.com/package/function-inspector
- Repository: https://github.com/tokuhirom/node-function-inspector
- npm.io page: https://npm.io/package/function-inspector

## Dependencies (1)

- [bindings](https://npm.io/package/bindings.md) ~1.0.0

## Recent versions

- 0.1.0 (latest) — 2012-09-17
- 0.0.1 — 2012-09-17

## README

node-function-inspector
=======================

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));

---
_Source: https://npm.io/package/function-inspector · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
