UNPKG

jstrip

Version:

webpage crawler manipulation

8 lines (7 loc) 157 B
/** * Displays contents to the console. * * @param {*} value The value to print out. */ const show = cntts => console.log(cntts); module.exports = show;