This is a debugging and testing helper tool that returns the line number in which the function was invoked
const { linenumber } = require('@everymundo/linenumber');
console.log('this console.log command is on the line #', linenumber());npm install @everymundo/linenumber