please-log-my-string
v1.0.1
Published
This function will console log any string you pass into it
Downloads
2
Readme
Please log my string
To install run:
npm install please-log-my-string
To use in your project, import the function as follows:
import logMyString from "please-log-my-string";
Call the function and pass in the string you want to log to console:
logMyString("this is an awesome function");