please-log-my-string
v1.0.1
Published
This function will console log any string you pass into it
Readme
Please log my string
To install run:
npm install please-log-my-stringTo 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");