# js-help

> Get help about a javascript object

Latest version **0.0.4** (published 2016-10-27) · ISC license · 0 weekly downloads

## Install

```sh
npm install js-help
pnpm add js-help
yarn add js-help
bun add js-help
```

## 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.0.4 |
| Published | 2016-10-27 |
| First published | 2016-10-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Logu Venkatachalam |
| Maintainers | logunv |
| Keywords | javascript, help, node |

## Links

- npm: https://www.npmjs.com/package/js-help
- npm.io page: https://npm.io/package/js-help

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2016-10-27
- 0.0.3 — 2016-10-27
- 0.0.2 — 2016-10-26
- 0.0.1 — 2016-10-26

## README

# js-help

Get help about a given javascript object.

	A handy tool to get the list of functions 
	in a given object when you are writing your 
	code using a text editor.

# Usage

```javascript
var help = require('js-help');
help(console);
```
	0 :  assert()
	1 :  Console(stdout,stderr)
	2 :  dir()
	3 :  error()
	4 :  info()
	5 :  log()
	6 :  time()
	7 :  timeEnd()
	8 :  trace()
	9 :  warn()


`js-help` takes javascript object as argument and prints the list of functions with arguments in the object.

# Installation

    npm install js-help

# Warning

	This does not include all the arguments a
	function can accept. You may want to refer 
	to the document for detailed parameter.
	For Example, js-help for console object will 
	list log() without any argument.
	But, log() does accept an argument.

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