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
- Host: GitHub
- URL: https://github.com/archsyscall/desole.log
- Owner: archsyscall
- License: mit
- Created: 2019-11-02T12:45:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T09:46:24.000Z (over 5 years ago)
- Last Synced: 2025-02-02T07:27:40.894Z (5 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

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.