c4console

15.06.2020, 06:31:18

Από την 25/06/2020. Δείτε την τελευταία έκδοση.

Δημιουργός
UniBreakfast
Βαθμολογίες
0 0 0
Έκδοση
3.1.1
Δημιουργήθηκε την
15/06/2020
Ενημερώθηκε την
25/06/2020
Μέγεθος
6 KB
Άδεια
Μη διαθέσιμη
Εφαρμόζεται σε
Όλοι οι ιστοχώροι

minified version is there: https://greasyfork.org/en/scripts/405348-c4console-min
NodeJS version is on NPM: https://www.npmjs.com/package/c4console

any_value.c() for console.log(value) && return value in-place! MUCH more convenient than console.log(...) w/o vars or debugger when all you need is to see what's there at a point.

Also adds c(...args) function that are similar to console.log but returns what was passed into it as well.