suf-log
Docs
interfaces
LogStyle
/** * color/background/font-weight work in node and the browser, the other properties only work in the browser. */
LogMessage
LogTableInput
;
loggers
LogS
/**works in node and the browser.*/;/**node only*/;/**works in the browser and node. */;
LogSingle
/**Log a single message with an optional style, works in the browser and node. */;
styler
styler
/** * this function is not browser compatible*. * @example ```ts * console.log(styler('test', 'red')) * ``` * * *you have to add the styles manually, use the Log function for browser compatibly. */;
Generated with suf-cli
License
Copyright (c) 2020 Leonard Grosoli Licensed under the MIT license.