An open API service indexing awesome lists of open source software.

https://github.com/archsyscall/desole.log

Pretty console for debugging
https://github.com/archsyscall/desole.log

Last synced: 4 months ago
JSON representation

Pretty console for debugging

Awesome Lists containing this project

README

        

![logo](/image/desolelog.png)

Don't waste time on debugging! You can easily debugging. Make your code easy to see with easy read desk.log. desole.log is a module that makes the Pretty Console possible.

## Installation

```
npm install desole.log // It doesn't work yet
```

## Examples

```javascript
const desole = require("desole.log");

desole.log(42);
desole.log("Hello desole.log!);
desole.log([1, 2, 3]);
desole.log(() => {
console.log("Hello desole.log!);
})
```

## Supported Data Types

- undefined
- Number
- String
- Boolean
- Function
- Date
- Array
- Set
- WeakSet
- Map
- WeakMap
- Int8Array
- Uint8Array
- Uint8ClapedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- Float32Array
- Float64Array

## Comming Soon Data Types

- Mongoose Document
- Sequelize Document
- etc...

## License

desole.log is MIT licensed.