1.0.2 • Published 4 years ago

@everymundo/linenumber v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

@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