@cool-utils/console-dot-link
v1.0.0
Published
Adds links to the console.
Downloads
27
Readme
@cool-utils/console-dot-link
Adds links to the console.
USE
import "@cool-utils/console-dot-link"
console.link("Google.", "https://google.com")If you don't want to affect/modify the console object, use the safe version!
import cdlconsole from "@cool-utils/console-dot-link/safe"
cdlconsole.link("Google.", "https://google.com")