# inspect-custom-symbol

> Use util.inspect.custom without having to browserify util in the browser

Latest version **1.1.1** (published 2019-11-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install inspect-custom-symbol
pnpm add inspect-custom-symbol
yarn add inspect-custom-symbol
bun add inspect-custom-symbol
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2019-11-14 |
| First published | 2018-01-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Mathias Buus |
| Maintainers | mafintosh |

## Links

- npm: https://www.npmjs.com/package/inspect-custom-symbol
- Repository: https://github.com/mafintosh/inspect-custom-symbol
- Issues: https://github.com/mafintosh/inspect-custom-symbol/issues
- npm.io page: https://npm.io/package/inspect-custom-symbol

## Recent versions

- 1.1.1 (latest) — 2019-11-14
- 1.1.0 — 2018-04-20
- 1.0.0 — 2018-01-27

## README

# inspect-custom-symbol

Use [util.inspect.custom](https://nodejs.org/api/util.html#util_custom_inspection_functions_on_objects) without having to browserify util in the browser

```
npm install inspect-custom-symbol
```

## Usage

``` js
var custom = require('inspect-custom-symbol')

var foo = {
  [custom]: () => 'totally foo'
}

console.log(foo) // prints totally foo
```

## License

MIT

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