Skip to content

dreamYiZ/RLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLog

Intro

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

install

yarn add rentoo

or:

npm install rentoo

Example

import RLog,{disableRLog, enableRLog} from "rentoo";

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)()();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages