1.0.7 • Published 3 years ago

rentoo v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

RLog

Intro

a module about log like console.log but is not only console.log

Example

import RLog,{disableRLog, enableRLog} from "../src/index.js";

let a = { a: 2 };
let b = [1, 2, 3, 4, 5, 6];
let c = 4;

disableRLog();
enableRLog();
disableRLog();
// RLog(a, b, c)(a)(b)(c)()();
RLog(a, b, c)(a)(b)(c)()();
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago