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