@nunomaduro/dd
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

dd

The most popular way of debugging in PHP, is now available in JavaScript.

dd was carefully crafted to simplify the debugging of your JavaScript code directly from your terminal. It was created and maintained by Nuno Maduro.

🚀 Quick start

# First, install:
yarn add @nunomaduro/dd --dev
# Then, use it:
import dd from "@nunomaduro/dd";

dd({ foo: 'bar' });

💖 Support the development

Do you like this project? Support it by donating

dd is open-sourced software licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i @nunomaduro/dd

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

8.23 kB

Total Files

15

Last publish

Collaborators

  • nunomaduro