# @pilotlab/lux-debug

> A luxurious user experience framework, developed by your friends at Pilot.

Latest version **0.1.57** (published 2018-01-26) · ISC license · 39 weekly downloads

## Install

```sh
npm install @pilotlab/lux-debug
pnpm add @pilotlab/lux-debug
yarn add @pilotlab/lux-debug
bun add @pilotlab/lux-debug
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.57 |
| Published | 2018-01-26 |
| First published | 2017-06-18 |
| Weekly downloads | 39 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Pilot Lab |
| Maintainers | pilotlab |
| Keywords | UX, framework, utilities, pilot, pilotlab |

## Links

- npm: https://www.npmjs.com/package/@pilotlab/lux-debug
- Repository: https://gitlab.com/pilot-lab/lux/lux-core
- Issues: https://gitlab.com/pilot-lab/lux/lux-core/issues
- npm.io page: https://npm.io/package/@pilotlab/lux-debug

## Dependencies (5)

- [readline](https://npm.io/package/readline.md) *
- [@pilotlab/lux-is](https://npm.io/package/@pilotlab/lux-is.md) *
- [@pilotlab/lux-signals](https://npm.io/package/@pilotlab/lux-signals.md) *
- [@pilotlab/lux-strings](https://npm.io/package/@pilotlab/lux-strings.md) *
- [@pilotlab/lux-collections](https://npm.io/package/@pilotlab/lux-collections.md) *

## Alternatives

- [@reckona/mreact-store](https://npm.io/package/@reckona/mreact-store.md) — 976 weekly downloads
- [regular-state](https://npm.io/package/regular-state.md) — 410 weekly downloads
- [@pacote/flux-actions](https://npm.io/package/@pacote/flux-actions.md) — 65 weekly downloads
- [vue-persist-state](https://npm.io/package/vue-persist-state.md) — 19 weekly downloads
- [xmodel-svelte](https://npm.io/package/xmodel-svelte.md) — 4 weekly downloads

## Recent versions

- 0.1.57 (latest) — 2018-01-26
- 0.1.56 — 2018-01-22
- 0.1.51 — 2018-01-18
- 0.1.49 — 2018-01-18
- 0.1.39 — 2018-01-04
- 0.1.38 — 2018-01-03
- 0.1.37 — 2017-12-12
- 0.1.29 — 2017-12-05
- 0.1.22 — 2017-12-04
- 0.1.21 — 2017-12-03
- 0.1.19 — 2017-12-03
- 0.1.17 — 2017-12-03
- 0.1.16 — 2017-12-03
- 0.1.13 — 2017-11-15
- 0.1.12 — 2017-11-15
- … 9 more at https://npm.io/package/@pilotlab/lux-debug/versions

## README

# lux-debug

Debugging utilities.

## Install

sudo npm install --save @pilotlab/lux-debug

## Usage

```
import Debug from '@pilotlab/lux-debug';

Debug.assert(
     is.notEmpty(myVariable),
     'The value of myVariable is %MY%. The value of otherVariable is %OTHER%.',
     'AwesomeClass.doSomethingCool(...)', {"MY": myVariable, "OTHER": otherVariable});
```

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